#e21e94

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

Shades of Deep Cerise #E21E94

Tints of Deep Cerise #E21E94

Color information

#E21E94 (or 0xE21E94) is unknown color: approx Deep Cerise. HEX triplet: E2, 1E and 94. RGB value is (226,30,148). Sum of RGB (Red+Green+Blue) = 226+30+148=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21E94 is #1DE16B. Grayscale: #656565. Windows color (decimal): -1958252 or 9707234. OLE color: 9707234.

HSL color Cylindrical-coordinate representation of color #E21E94: hue angle of 323.88º 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 #E21E94 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22630148-
CMYK00.870.350.11
HSL323.88º77.17%50.2%-
HSV(B)323.88º86.73%88.63%-
XYZ37.1719.2429.77-
YUV102.06153.93216.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.94%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=55.94%
G=7.43%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263014800.870.350.11323.8877.1750.2
HexE21E9405723B1444d32
Octal342362240127431350411562
Binary1110001011110100101000101011110001110111010001001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e21e94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e21e94; }

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

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

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

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

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

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

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

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