#E21E86

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

Shades of Deep Cerise #E21E86

Tints of Deep Cerise #E21E86

Color information

#E21E86 (or 0xE21E86) is unknown color: approx Deep Cerise. HEX triplet: E2, 1E and 86. RGB value is (226,30,134). Sum of RGB (Red+Green+Blue) = 226+30+134=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21E86 is #1DE179. Grayscale: #646464. Windows color (decimal): -1958266 or 8789730. OLE color: 8789730.

HSL color Cylindrical-coordinate representation of color #E21E86: hue angle of 328.16º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E86 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB22630134-
CMYK00.870.410.11
HSL328.16º77.17%50.2%-
HSV(B)328.16º86.73%88.63%-
XYZ36.1318.8224.28-
YUV100.46146.93217.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.95%
GREEN value IS 30 (12.11% from 255) = 7.69%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=57.95%
G=7.69%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263013400.870.410.11328.1677.1750.2
HexE21E8605729B1484d32
Octal342362060127511351011562
Binary1110001011110100001100101011110100110111010010001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21E86; }

 p { color: rgb(226,30,134); }

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

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

 a { background-color: rgb(226,30,134); }

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

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

 span { border-color: rgb(226,30,134); }

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