#EA69B6

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

Shades of Hot Pink #EA69B6

Tints of Hot Pink #EA69B6

Color information

#EA69B6 (or 0xEA69B6) is unknown color: approx Hot Pink. HEX triplet: EA, 69 and B6. RGB value is (234,105,182). Sum of RGB (Red+Green+Blue) = 234+105+182=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69B6 is #159649. Grayscale: #989898. Windows color (decimal): -1414730 or 11954666. OLE color: 11954666.

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

Color convert

RGB234105182-
CMYK00.550.220.08
HSL324.19º75.44%66.47%-
HSV(B)324.19º55.13%91.76%-
XYZ47.4330.9747.73-
YUV152.35144.74186.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=44.91%
G=20.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410518200.550.220.08324.1975.4466.47
HexEA69B60371681444b42
Octal3521512660672610504113102
Binary11101010110100110110110011011110110100010100010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69B6; }

 p { color: rgb(234,105,182); }

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

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

 a { background-color: rgb(234,105,182); }

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

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

 span { border-color: rgb(234,105,182); }

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