Html Css Color HEX #E02574 Cerise

📋 copy color: '#E02574'

red 224 ◦ green 37 ◦ blue 116

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

Shades of Cerise #E02574

Tints of Cerise #E02574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 59.42%
G = 9.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E02574 (or 0xE02574) is known color: Cerise. HEX triplet: E0, 25 and 74. RGB value is (224,37,116). Sum of RGB (Red+Green+Blue) = 224+37+116=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E02574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02574 is #1FDA8B. Grayscale: #656565. Windows color (decimal): -2087564 or 7611872. OLE color: 7611872.

HSL color Cylindrical-coordinate representation of color #E02574: hue angle of 334.65º 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 #E02574 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 37 116 -
CMYK 0 0.83 0.48 0.12
HSL 334.65º 0.75% 0.51% -
HSV(B) 334.65º 0.83% 0.88% -
XYZ 34.55 18.43 18.26 -
YUV 101.92 135.95 215.08 -
System Red Green Blue C M Y K H S L
Decimal 224 37 116 0 0.83 0.48 0.12 334.65 0.75 0.51
Hex E0 25 74 0 53 30 C 14F 4B 33
Octal 340 45 164 0 123 60 14 517 113 63
Binary 11100000 100101 1110100 0 1010011 110000 1100 101001111 1001011 110011

Color Harmonies of #E02574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02574

Black with #E02574

Text Example


Text Example

White with #E02574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02574; }

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

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

background-color css

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

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

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

border-color css

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

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

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