#DE5EAF

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

Shades of Hot Pink #DE5EAF

Tints of Hot Pink #DE5EAF

Color information

#DE5EAF (or 0xDE5EAF) is unknown color: approx Hot Pink. HEX triplet: DE, 5E and AF. RGB value is (222,94,175). Sum of RGB (Red+Green+Blue) = 222+94+175=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5EAF is #21A150. Grayscale: #8D8D8D. Windows color (decimal): -2203985 or 11493086. OLE color: 11493086.

HSL color Cylindrical-coordinate representation of color #DE5EAF: hue angle of 322.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5EAF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22294175-
CMYK00.580.210.13
HSL322.03º65.98%61.96%-
HSV(B)322.03º57.66%87.06%-
XYZ41.8626.6343.49-
YUV141.51146.91185.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 94 (37.11% from 255) = 19.14%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=45.21%
G=19.14%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229417500.580.210.13322.0365.9861.96
HexDE5EAF03A15D142423e
Octal336136257072251550210276
Binary1101111010111101010111101110101010111011010000101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EAF; }

 p { color: rgb(222,94,175); }

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

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

 a { background-color: rgb(222,94,175); }

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

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

 span { border-color: rgb(222,94,175); }

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