#EB69A8

Color #EB69A8 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #EB69A8

Tints of Hot Pink #EB69A8

Color information

#EB69A8 (or 0xEB69A8) is unknown color: approx Hot Pink. HEX triplet: EB, 69 and A8. RGB value is (235,105,168). Sum of RGB (Red+Green+Blue) = 235+105+168=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB69A8 is #149657. Grayscale: #969696. Windows color (decimal): -1349208 or 11037163. OLE color: 11037163.

HSL color Cylindrical-coordinate representation of color #EB69A8: hue angle of 330.92º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB69A8 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235105168-
CMYK00.550.290.08
HSL330.92º76.47%66.67%-
HSV(B)330.92º55.32%92.16%-
XYZ46.3830.5940.51-
YUV151.05137.57187.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=46.26%
G=20.67%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510516800.550.290.08330.9276.4766.67
HexEB69A80371D814b4c43
Octal3531512500673510513114103
Binary11101011110100110101000011011111101100010100101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69A8; }

 p { color: rgb(235,105,168); }

 H1.HeaderClassName
 {
   color: #EB69A8;
 }
 .AnyTagClassName
 {
   color: #EB69A8;
 }
</style>
background-color css

<style>
 a { background-color: #EB69A8; }

 a { background-color: rgb(235,105,168); }

 div.DivClassName
 {
   background-color: #EB69A8;
 }
 .BgClassName
 {
   background-color: #EB69A8;
 }
</style>
border-color css

<style>
 span { border-color: #EB69A8; }

 span { border-color: rgb(235,105,168); }

 td.TdClassName
 {
   border-color: #EB69A8;
 }
 .TagClassName
 {
   border-color: #EB69A8;
 }
</style>