Html Css Color HEX #E53261 Cerise

📋 copy color: '#E53261'

red 229 ◦ green 50 ◦ blue 97

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

Shades of Cerise #E53261

Tints of Cerise #E53261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 60.9%
G = 13.3%
B = 25.8%

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

#E53261 (or 0xE53261) is known color: Cerise. HEX triplet: E5, 32 and 61. RGB value is (229,50,97). Sum of RGB (Red+Green+Blue) = 229+50+97=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E53261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53261 is #1ACD9E. Grayscale: #6C6C6C. Windows color (decimal): -1756575 or 6370021. OLE color: 6370021.

HSL color Cylindrical-coordinate representation of color #E53261: hue angle of 344.25º 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 #E53261 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 50 97 -
CMYK 0 0.78 0.58 0.10
HSL 344.25º 0.77% 0.55% -
HSV(B) 344.25º 0.78% 0.9% -
XYZ 35.61 19.8 13.25 -
YUV 108.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 229 50 97 0 0.78 0.58 0.10 344.25 0.77 0.55
Hex E5 32 61 0 4E 3A A 158 4D 37
Octal 345 62 141 0 116 72 12 530 115 67
Binary 11100101 110010 1100001 0 1001110 111010 1010 101011000 1001101 110111

Color Harmonies of #E53261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53261

Black with #E53261

Text Example


Text Example

White with #E53261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53261; }

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

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

background-color css

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

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

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

border-color css

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

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

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