Html Css Color HEX #E53A9B Deep Cerise

📋 copy color: '#E53A9B'

red 229 ◦ green 58 ◦ blue 155

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

Shades of Deep Cerise #E53A9B

Tints of Deep Cerise #E53A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 51.81%
G = 13.12%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E53A9B (or 0xE53A9B) is known color: Deep Cerise. HEX triplet: E5, 3A and 9B. RGB value is (229,58,155). Sum of RGB (Red+Green+Blue) = 229+58+155=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53A9B is #1AC564. Grayscale: #777777. Windows color (decimal): -1754469 or 10173157. OLE color: 10173157.

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

Color convert

RGB 229 58 155 -
CMYK 0 0.75 0.32 0.10
HSL 325.96º 0.77% 0.56% -
HSV(B) 325.96º 0.75% 0.9% -
XYZ 39.74 22.05 33.17 -
YUV 120.19 147.65 205.61 -
System Red Green Blue C M Y K H S L
Decimal 229 58 155 0 0.75 0.32 0.10 325.96 0.77 0.56
Hex E5 3A 9B 0 4B 20 A 146 4D 38
Octal 345 72 233 0 113 40 12 506 115 70
Binary 11100101 111010 10011011 0 1001011 100000 1010 101000110 1001101 111000

Color Harmonies of #E53A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A9B

Black with #E53A9B

Text Example


Text Example

White with #E53A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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