Html Css Color HEX #E53260 Cerise

📋 copy color: '#E53260'

red 229 ◦ green 50 ◦ blue 96

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

Shades of Cerise #E53260

Tints of Cerise #E53260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 61.07%
G = 13.33%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E53260 (or 0xE53260) is known color: Cerise. HEX triplet: E5, 32 and 60. RGB value is (229,50,96). Sum of RGB (Red+Green+Blue) = 229+50+96=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E53260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53260 is #1ACD9F. Grayscale: #6C6C6C. Windows color (decimal): -1756576 or 6304485. OLE color: 6304485.

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

Color convert

RGB 229 50 96 -
CMYK 0 0.78 0.58 0.10
HSL 344.58º 0.77% 0.55% -
HSV(B) 344.58º 0.78% 0.9% -
XYZ 35.57 19.78 13.01 -
YUV 108.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 229 50 96 0 0.78 0.58 0.10 344.58 0.77 0.55
Hex E5 32 60 0 4E 3A A 159 4D 37
Octal 345 62 140 0 116 72 12 531 115 67
Binary 11100101 110010 1100000 0 1001110 111010 1010 101011001 1001101 110111

Color Harmonies of #E53260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53260

Black with #E53260

Text Example


Text Example

White with #E53260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53260; }

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

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

background-color css

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

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

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

border-color css

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

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

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