#E42C9B

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

Shades of Deep Cerise #E42C9B

Tints of Deep Cerise #E42C9B

Color information

#E42C9B (or 0xE42C9B) is unknown color: approx Deep Cerise. HEX triplet: E4, 2C and 9B. RGB value is (228,44,155). Sum of RGB (Red+Green+Blue) = 228+44+155=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42C9B is #1BD364. Grayscale: #6F6F6F. Windows color (decimal): -1823589 or 10169572. OLE color: 10169572.

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

Color convert

RGB22844155-
CMYK00.810.320.11
HSL323.8º77.31%53.33%-
HSV(B)323.8º80.7%89.41%-
XYZ38.8120.6632.95-
YUV111.67152.46210.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.40%
GREEN value IS 44 (17.58% from 255) = 10.30%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=53.40%
G=10.30%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284415500.810.320.11323.877.3153.33
HexE42C9B05120B1444d35
Octal344542330121401350411565
Binary11100100101100100110110101000110000010111010001001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42C9B; }

 p { color: rgb(228,44,155); }

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

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

 a { background-color: rgb(228,44,155); }

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

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

 span { border-color: rgb(228,44,155); }

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