Html Css Color HEX #E02570 Cerise

📋 copy color: '#E02570'

red 224 ◦ green 37 ◦ blue 112

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

Shades of Cerise #E02570

Tints of Cerise #E02570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 60.05%
G = 9.92%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E02570 (or 0xE02570) is known color: Cerise. HEX triplet: E0, 25 and 70. RGB value is (224,37,112). Sum of RGB (Red+Green+Blue) = 224+37+112=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E02570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02570 is #1FDA8F. Grayscale: #656565. Windows color (decimal): -2087568 or 7349728. OLE color: 7349728.

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

Color convert

RGB 224 37 112 -
CMYK 0 0.83 0.50 0.12
HSL 335.94º 0.75% 0.51% -
HSV(B) 335.94º 0.83% 0.88% -
XYZ 34.33 18.34 17.06 -
YUV 101.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 224 37 112 0 0.83 0.50 0.12 335.94 0.75 0.51
Hex E0 25 70 0 53 32 C 150 4B 33
Octal 340 45 160 0 123 62 14 520 113 63
Binary 11100000 100101 1110000 0 1010011 110010 1100 101010000 1001011 110011

Color Harmonies of #E02570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02570

Black with #E02570

Text Example


Text Example

White with #E02570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02570; }

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

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

background-color css

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

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

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

border-color css

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

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

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