Html Css Color HEX #E02470 Cerise

📋 copy color: '#E02470'

red 224 ◦ green 36 ◦ blue 112

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

Shades of Cerise #E02470

Tints of Cerise #E02470

RGB

 RED value IS 224 (87.89% from 255) = 60.22%

 GREEN value IS 36 (14.45% from 255) = 9.68%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 60.22%
G = 9.68%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E02470 (or 0xE02470) is known color: Cerise. HEX triplet: E0, 24 and 70. RGB value is (224,36,112). Sum of RGB (Red+Green+Blue) = 224+36+112=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E02470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02470 is #1FDB8F. Grayscale: #646464. Windows color (decimal): -2087824 or 7349472. OLE color: 7349472.

HSL color Cylindrical-coordinate representation of color #E02470: hue angle of 335.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02470 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 112 -
CMYK 0 0.84 0.50 0.12
HSL 335.74º 0.75% 0.51% -
HSV(B) 335.74º 0.84% 0.88% -
XYZ 34.3 18.28 17.05 -
YUV 100.88 134.28 215.82 -
System Red Green Blue C M Y K H S L
Decimal 224 36 112 0 0.84 0.50 0.12 335.74 0.75 0.51
Hex E0 24 70 0 54 32 C 150 4B 33
Octal 340 44 160 0 124 62 14 520 113 63
Binary 11100000 100100 1110000 0 1010100 110010 1100 101010000 1001011 110011

Color Harmonies of #E02470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02470

Black with #E02470

Text Example


Text Example

White with #E02470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02470; }

 p { color: rgb(224,36,112); }

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

background-color css

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

 a { background-color: rgb(224,36,112); }

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

border-color css

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

 span { border-color: rgb(224,36,112); }

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