#E42D62

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

Shades of Cerise #E42D62

Tints of Cerise #E42D62

Color information

#E42D62 (or 0xE42D62) is unknown color: approx Cerise. HEX triplet: E4, 2D and 62. RGB value is (228,45,98). Sum of RGB (Red+Green+Blue) = 228+45+98=371 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.46% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42D62 is #1BD29D. Grayscale: #696969. Windows color (decimal): -1823390 or 6434276. OLE color: 6434276.

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

Color convert

RGB2284598-
CMYK00.800.570.11
HSL342.62º77.22%53.53%-
HSV(B)342.62º80.26%89.41%-
XYZ35.1419.2513.42-
YUV105.76123.63215.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.46%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=61.46%
G=12.13%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228459800.800.570.11342.6277.2253.53
HexE42D6205039B1574d36
Octal344551420120711352711566
Binary1110010010110111000100101000011100110111010101111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42D62; }

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

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

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

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

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

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

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

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