Html Css Color HEX #E02874 Cerise

📋 copy color: '#E02874'

red 224 ◦ green 40 ◦ blue 116

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

Shades of Cerise #E02874

Tints of Cerise #E02874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

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

R = 58.95%
G = 10.53%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E02874 (or 0xE02874) is known color: Cerise. HEX triplet: E0, 28 and 74. RGB value is (224,40,116). Sum of RGB (Red+Green+Blue) = 224+40+116=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E02874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02874 is #1FD78B. Grayscale: #676767. Windows color (decimal): -2086796 or 7612640. OLE color: 7612640.

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

Color convert

RGB 224 40 116 -
CMYK 0 0.82 0.48 0.12
HSL 335.22º 0.75% 0.52% -
HSV(B) 335.22º 0.82% 0.88% -
XYZ 34.65 18.63 18.29 -
YUV 103.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 224 40 116 0 0.82 0.48 0.12 335.22 0.75 0.52
Hex E0 28 74 0 52 30 C 14F 4B 34
Octal 340 50 164 0 122 60 14 517 113 64
Binary 11100000 101000 1110100 0 1010010 110000 1100 101001111 1001011 110100

Color Harmonies of #E02874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02874

Black with #E02874

Text Example


Text Example

White with #E02874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02874; }

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

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

background-color css

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

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

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

border-color css

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

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

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