Html Css Color HEX #E53960 Cerise

📋 copy color: '#E53960'

red 229 ◦ green 57 ◦ blue 96

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

Shades of Cerise #E53960

Tints of Cerise #E53960

RGB

 RED value IS 229 (89.84% from 255) = 59.95%

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 59.95%
G = 14.92%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E53960 (or 0xE53960) is known color: Cerise. HEX triplet: E5, 39 and 60. RGB value is (229,57,96). Sum of RGB (Red+Green+Blue) = 229+57+96=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E53960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53960 is #1AC69F. Grayscale: #707070. Windows color (decimal): -1754784 or 6306277. OLE color: 6306277.

HSL color Cylindrical-coordinate representation of color #E53960: hue angle of 346.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53960 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 57 96 -
CMYK 0 0.75 0.58 0.10
HSL 346.4º 0.77% 0.56% -
HSV(B) 346.4º 0.75% 0.9% -
XYZ 35.89 20.43 13.12 -
YUV 112.87 118.48 210.83 -
System Red Green Blue C M Y K H S L
Decimal 229 57 96 0 0.75 0.58 0.10 346.4 0.77 0.56
Hex E5 39 60 0 4B 3A A 15A 4D 38
Octal 345 71 140 0 113 72 12 532 115 70
Binary 11100101 111001 1100000 0 1001011 111010 1010 101011010 1001101 111000

Color Harmonies of #E53960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53960

Black with #E53960

Text Example


Text Example

White with #E53960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53960; }

 p { color: rgb(229,57,96); }

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

background-color css

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

 a { background-color: rgb(229,57,96); }

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

border-color css

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

 span { border-color: rgb(229,57,96); }

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