#DE5EB5

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

Shades of Hot Pink #DE5EB5

Tints of Hot Pink #DE5EB5

Color information

#DE5EB5 (or 0xDE5EB5) is unknown color: approx Hot Pink. HEX triplet: DE, 5E and B5. RGB value is (222,94,181). Sum of RGB (Red+Green+Blue) = 222+94+181=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5EB5 is #21A14A. Grayscale: #8D8D8D. Windows color (decimal): -2203979 or 11886302. OLE color: 11886302.

HSL color Cylindrical-coordinate representation of color #DE5EB5: hue angle of 319.22º 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 #DE5EB5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22294181-
CMYK00.580.180.13
HSL319.22º65.98%61.96%-
HSV(B)319.22º57.66%87.06%-
XYZ42.4726.8746.66-
YUV142.19149.91184.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=44.67%
G=18.91%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229418100.580.180.13319.2265.9861.96
HexDE5EB503A12D13f423e
Octal336136265072221547710276
Binary1101111010111101011010101110101001011011001111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EB5; }

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

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

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

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

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

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

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

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