Html Css Color HEX #E02C5F Cerise

📋 copy color: '#E02C5F'

red 224 ◦ green 44 ◦ blue 95

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

Shades of Cerise #E02C5F

Tints of Cerise #E02C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 61.71%
G = 12.12%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E02C5F (or 0xE02C5F) is known color: Cerise. HEX triplet: E0, 2C and 5F. RGB value is (224,44,95). Sum of RGB (Red+Green+Blue) = 224+44+95=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C5F is #1FD3A0. Grayscale: #676767. Windows color (decimal): -2085793 or 6237408. OLE color: 6237408.

HSL color Cylindrical-coordinate representation of color #E02C5F: hue angle of 343º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C5F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 95 -
CMYK 0 0.80 0.58 0.12
HSL 343º 0.74% 0.53% -
HSV(B) 343º 0.8% 0.88% -
XYZ 33.71 18.47 12.62 -
YUV 103.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 224 44 95 0 0.80 0.58 0.12 343 0.74 0.53
Hex E0 2C 5F 0 50 3A C 157 4A 35
Octal 340 54 137 0 120 72 14 527 112 65
Binary 11100000 101100 1011111 0 1010000 111010 1100 101010111 1001010 110101

Color Harmonies of #E02C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C5F

Black with #E02C5F

Text Example


Text Example

White with #E02C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C5F; }

 p { color: rgb(224,44,95); }

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

background-color css

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

 a { background-color: rgb(224,44,95); }

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

border-color css

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

 span { border-color: rgb(224,44,95); }

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