#E42D8A

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

Shades of Deep Cerise #E42D8A

Tints of Deep Cerise #E42D8A

Color information

#E42D8A (or 0xE42D8A) is unknown color: approx Deep Cerise. HEX triplet: E4, 2D and 8A. RGB value is (228,45,138). Sum of RGB (Red+Green+Blue) = 228+45+138=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E42D8A is #1BD275. Grayscale: #6E6E6E. Windows color (decimal): -1823350 or 9055716. OLE color: 9055716.

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

Color convert

RGB22845138-
CMYK00.800.390.11
HSL329.51º77.22%53.53%-
HSV(B)329.51º80.26%89.41%-
XYZ37.5220.2125.97-
YUV110.32143.63211.94-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.47%
GREEN value IS 45 (17.97% from 255) = 10.95%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=55.47%
G=10.95%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284513800.800.390.11329.5177.2253.53
HexE42D8A05027B14a4d36
Octal344552120120471351211566
Binary11100100101101100010100101000010011110111010010101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42D8A; }

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

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

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

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

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

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

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

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