#E26EAD

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

Shades of Hot Pink #E26EAD

Tints of Hot Pink #E26EAD

Color information

#E26EAD (or 0xE26EAD) is unknown color: approx Hot Pink. HEX triplet: E2, 6E and AD. RGB value is (226,110,173). Sum of RGB (Red+Green+Blue) = 226+110+173=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26EAD is #1D9152. Grayscale: #979797. Windows color (decimal): -1937747 or 11366114. OLE color: 11366114.

HSL color Cylindrical-coordinate representation of color #E26EAD: hue angle of 327.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EAD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226110173-
CMYK00.510.230.11
HSL327.41º66.67%65.88%-
HSV(B)327.41º51.33%88.63%-
XYZ44.4830.3443.05-
YUV151.87139.93180.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=44.40%
G=21.61%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611017300.510.230.11327.4166.6765.88
HexE26EAD03317B1474342
Octal3421562550632713507103102
Binary11100010110111010101101011001110111101110100011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26EAD; }

 p { color: rgb(226,110,173); }

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

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

 a { background-color: rgb(226,110,173); }

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

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

 span { border-color: rgb(226,110,173); }

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