Html Css Color HEX #E53A5E Cerise

📋 copy color: '#E53A5E'

red 229 ◦ green 58 ◦ blue 94

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

Shades of Cerise #E53A5E

Tints of Cerise #E53A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 94 (37.11% from 255) = 24.67%

R = 60.1%
G = 15.22%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E53A5E (or 0xE53A5E) is known color: Cerise. HEX triplet: E5, 3A and 5E. RGB value is (229,58,94). Sum of RGB (Red+Green+Blue) = 229+58+94=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A5E is #1AC5A1. Grayscale: #717171. Windows color (decimal): -1754530 or 6175461. OLE color: 6175461.

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

Color convert

RGB 229 58 94 -
CMYK 0 0.75 0.59 0.10
HSL 347.37º 0.77% 0.56% -
HSV(B) 347.37º 0.75% 0.9% -
XYZ 35.85 20.49 12.66 -
YUV 113.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 229 58 94 0 0.75 0.59 0.10 347.37 0.77 0.56
Hex E5 3A 5E 0 4B 3B A 15B 4D 38
Octal 345 72 136 0 113 73 12 533 115 70
Binary 11100101 111010 1011110 0 1001011 111011 1010 101011011 1001101 111000

Color Harmonies of #E53A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A5E

Black with #E53A5E

Text Example


Text Example

White with #E53A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A5E; }

 p { color: rgb(229,58,94); }

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

background-color css

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

 a { background-color: rgb(229,58,94); }

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

border-color css

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

 span { border-color: rgb(229,58,94); }

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