Html Css Color HEX #E42A72 Cerise

📋 copy color: '#E42A72'

red 228 ◦ green 42 ◦ blue 114

#E42A72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #E42A72

Tints of Cerise #E42A72

RGB

 RED value IS 228 (89.45% from 255) = 59.38%

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 59.38%
G = 10.94%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E42A72 (or 0xE42A72) is known color: Cerise. HEX triplet: E4, 2A and 72. RGB value is (228,42,114). Sum of RGB (Red+Green+Blue) = 228+42+114=384 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.38% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42A72 is #1BD58D. Grayscale: #696969. Windows color (decimal): -1824142 or 7482084. OLE color: 7482084.

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

Color convert

RGB 228 42 114 -
CMYK 0 0.82 0.50 0.11
HSL 336.77º 0.78% 0.53% -
HSV(B) 336.77º 0.82% 0.89% -
XYZ 35.86 19.36 17.77 -
YUV 105.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 228 42 114 0 0.82 0.50 0.11 336.77 0.78 0.53
Hex E4 2A 72 0 52 32 B 151 4E 35
Octal 344 52 162 0 122 62 13 521 116 65
Binary 11100100 101010 1110010 0 1010010 110010 1011 101010001 1001110 110101

Color Harmonies of #E42A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A72

Black with #E42A72

Text Example


Text Example

White with #E42A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A72; }

 p { color: rgb(228,42,114); }

 H1.HeaderClassName
 {
   color: #E42A72;
 }
 .AnyTagClassName
 {
   color: #E42A72;
 }
</style>

background-color css

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

 a { background-color: rgb(228,42,114); }

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

border-color css

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

 span { border-color: rgb(228,42,114); }

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