#E469B6

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

Shades of Hot Pink #E469B6

Tints of Hot Pink #E469B6

Color information

#E469B6 (or 0xE469B6) is unknown color: approx Hot Pink. HEX triplet: E4, 69 and B6. RGB value is (228,105,182). Sum of RGB (Red+Green+Blue) = 228+105+182=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E469B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469B6 is #1B9649. Grayscale: #969696. Windows color (decimal): -1807946 or 11954660. OLE color: 11954660.

HSL color Cylindrical-coordinate representation of color #E469B6: hue angle of 322.44º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469B6 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB228105182-
CMYK00.540.200.11
HSL322.44º69.49%65.29%-
HSV(B)322.44º53.95%89.41%-
XYZ45.4929.9747.64-
YUV150.55145.75183.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.27%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 182 (71.48% from 255) = 35.34%
R=44.27%
G=20.39%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810518200.540.200.11322.4469.4965.29
HexE469B603614B1424541
Octal3441512660662413502105101
Binary11100100110100110110110011011010100101110100001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E469B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E469B6; }

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

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

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

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

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

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

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

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