Html Css Color HEX #E02C60 Cerise

📋 copy color: '#E02C60'

red 224 ◦ green 44 ◦ blue 96

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

Shades of Cerise #E02C60

Tints of Cerise #E02C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 61.54%
G = 12.09%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E02C60 (or 0xE02C60) is known color: Cerise. HEX triplet: E0, 2C and 60. RGB value is (224,44,96). Sum of RGB (Red+Green+Blue) = 224+44+96=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C60 is #1FD39F. Grayscale: #676767. Windows color (decimal): -2085792 or 6302944. OLE color: 6302944.

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

Color convert

RGB 224 44 96 -
CMYK 0 0.80 0.57 0.12
HSL 342.67º 0.74% 0.53% -
HSV(B) 342.67º 0.8% 0.88% -
XYZ 33.75 18.49 12.86 -
YUV 103.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 224 44 96 0 0.80 0.57 0.12 342.67 0.74 0.53
Hex E0 2C 60 0 50 39 C 157 4A 35
Octal 340 54 140 0 120 71 14 527 112 65
Binary 11100000 101100 1100000 0 1010000 111001 1100 101010111 1001010 110101

Color Harmonies of #E02C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C60

Black with #E02C60

Text Example


Text Example

White with #E02C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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