Html Css Color HEX #E52A91 Deep Cerise

📋 copy color: '#E52A91'

red 229 ◦ green 42 ◦ blue 145

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

Shades of Deep Cerise #E52A91

Tints of Deep Cerise #E52A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.1%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 55.05%
G = 10.1%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E52A91 (or 0xE52A91) is known color: Deep Cerise. HEX triplet: E5, 2A and 91. RGB value is (229,42,145). Sum of RGB (Red+Green+Blue) = 229+42+145=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A91 is #1AD56E. Grayscale: #6D6D6D. Windows color (decimal): -1758575 or 9513701. OLE color: 9513701.

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

Color convert

RGB 229 42 145 -
CMYK 0 0.82 0.37 0.10
HSL 326.95º 0.78% 0.53% -
HSV(B) 326.95º 0.82% 0.9% -
XYZ 38.25 20.36 28.7 -
YUV 109.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 229 42 145 0 0.82 0.37 0.10 326.95 0.78 0.53
Hex E5 2A 91 0 52 25 A 147 4E 35
Octal 345 52 221 0 122 45 12 507 116 65
Binary 11100101 101010 10010001 0 1010010 100101 1010 101000111 1001110 110101

Color Harmonies of #E52A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A91

Black with #E52A91

Text Example


Text Example

White with #E52A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A91; }

 p { color: rgb(229,42,145); }

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

background-color css

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

 a { background-color: rgb(229,42,145); }

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

border-color css

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

 span { border-color: rgb(229,42,145); }

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