#EA6EB2

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

Shades of Hot Pink #EA6EB2

Tints of Hot Pink #EA6EB2

Color information

#EA6EB2 (or 0xEA6EB2) is unknown color: approx Hot Pink. HEX triplet: EA, 6E and B2. RGB value is (234,110,178). Sum of RGB (Red+Green+Blue) = 234+110+178=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6EB2 is #15914D. Grayscale: #9A9A9A. Windows color (decimal): -1413454 or 11693802. OLE color: 11693802.

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

Color convert

RGB234110178-
CMYK00.530.240.08
HSL327.1º74.7%67.45%-
HSV(B)327.1º52.99%91.76%-
XYZ47.5431.8645.76-
YUV154.83141.08184.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 110 (43.36% from 255) = 21.07%
BLUE value IS 178 (69.92% from 255) = 34.10%
R=44.83%
G=21.07%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411017800.530.240.08327.174.767.45
HexEA6EB20351881474b43
Octal3521562620653010507113103
Binary11101010110111010110010011010111000100010100011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6EB2; }

 p { color: rgb(234,110,178); }

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

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

 a { background-color: rgb(234,110,178); }

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

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

 span { border-color: rgb(234,110,178); }

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