#E42F76

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

Shades of Cerise #E42F76

Tints of Cerise #E42F76

Color information

#E42F76 (or 0xE42F76) is unknown color: approx Cerise. HEX triplet: E4, 2F and 76. RGB value is (228,47,118). Sum of RGB (Red+Green+Blue) = 228+47+118=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42F76 is #1BD089. Grayscale: #6D6D6D. Windows color (decimal): -1822858 or 7745508. OLE color: 7745508.

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

Color convert

RGB22847118-
CMYK00.790.480.11
HSL336.46º77.02%53.92%-
HSV(B)336.46º79.39%89.41%-
XYZ36.2819.8419.06-
YUV109.21132.97212.73-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 58.02%
GREEN value IS 47 (18.75% from 255) = 11.96%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=58.02%
G=11.96%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2284711800.790.480.11336.4677.0253.92
HexE42F7604F30B1504d36
Octal344571660117601352011566
Binary1110010010111111101100100111111000010111010100001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42F76; }

 p { color: rgb(228,47,118); }

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

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

 a { background-color: rgb(228,47,118); }

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

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

 span { border-color: rgb(228,47,118); }

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