#DE5EA6

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

Shades of Hopbush #DE5EA6

Tints of Hopbush #DE5EA6

Color information

#DE5EA6 (or 0xDE5EA6) is unknown color: approx Hopbush. HEX triplet: DE, 5E and A6. RGB value is (222,94,166). Sum of RGB (Red+Green+Blue) = 222+94+166=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5EA6 is #21A159. Grayscale: #8C8C8C. Windows color (decimal): -2203994 or 10903262. OLE color: 10903262.

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

Color convert

RGB22294166-
CMYK00.580.250.13
HSL326.25º65.98%61.96%-
HSV(B)326.25º57.66%87.06%-
XYZ41.0126.2938.99-
YUV140.48142.41186.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=46.06%
G=19.50%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229416600.580.250.13326.2565.9861.96
HexDE5EA603A19D146423e
Octal336136246072311550610276
Binary1101111010111101010011001110101100111011010001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5EA6; }

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

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

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

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

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

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

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

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