Html Css Color HEX #E53A75 Cerise

📋 copy color: '#E53A75'

red 229 ◦ green 58 ◦ blue 117

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

Shades of Cerise #E53A75

Tints of Cerise #E53A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 56.68%
G = 14.36%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E53A75 (or 0xE53A75) is known color: Cerise. HEX triplet: E5, 3A and 75. RGB value is (229,58,117). Sum of RGB (Red+Green+Blue) = 229+58+117=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53A75 is #1AC58A. Grayscale: #737373. Windows color (decimal): -1754507 or 7682789. OLE color: 7682789.

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

Color convert

RGB 229 58 117 -
CMYK 0 0.75 0.49 0.10
HSL 339.3º 0.77% 0.56% -
HSV(B) 339.3º 0.75% 0.9% -
XYZ 37.04 20.97 18.92 -
YUV 115.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 229 58 117 0 0.75 0.49 0.10 339.3 0.77 0.56
Hex E5 3A 75 0 4B 31 A 153 4D 38
Octal 345 72 165 0 113 61 12 523 115 70
Binary 11100101 111010 1110101 0 1001011 110001 1010 101010011 1001101 111000

Color Harmonies of #E53A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A75

Black with #E53A75

Text Example


Text Example

White with #E53A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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