#E42D89

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

Shades of Deep Cerise #E42D89

Tints of Deep Cerise #E42D89

Color information

#E42D89 (or 0xE42D89) is unknown color: approx Deep Cerise. HEX triplet: E4, 2D and 89. RGB value is (228,45,137). Sum of RGB (Red+Green+Blue) = 228+45+137=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42D89 is #1BD276. Grayscale: #6E6E6E. Windows color (decimal): -1823351 or 8990180. OLE color: 8990180.

HSL color Cylindrical-coordinate representation of color #E42D89: hue angle of 329.84º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42D89 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB22845137-
CMYK00.800.400.11
HSL329.84º77.22%53.53%-
HSV(B)329.84º80.26%89.41%-
XYZ37.4520.1825.59-
YUV110.2143.13212.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.61%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 137 (53.91% from 255) = 33.41%
R=55.61%
G=10.98%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284513700.800.400.11329.8477.2253.53
HexE42D8905028B14a4d36
Octal344552110120501351211566
Binary11100100101101100010010101000010100010111010010101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42D89; }

 p { color: rgb(228,45,137); }

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

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

 a { background-color: rgb(228,45,137); }

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

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

 span { border-color: rgb(228,45,137); }

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