Html Css Color HEX #E52C91 Deep Cerise

📋 copy color: '#E52C91'

red 229 ◦ green 44 ◦ blue 145

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

Shades of Deep Cerise #E52C91

Tints of Deep Cerise #E52C91

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 54.78%
G = 10.53%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E52C91 (or 0xE52C91) is known color: Deep Cerise. HEX triplet: E5, 2C and 91. RGB value is (229,44,145). Sum of RGB (Red+Green+Blue) = 229+44+145=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C91 is #1AD36E. Grayscale: #6E6E6E. Windows color (decimal): -1758063 or 9514213. OLE color: 9514213.

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

Color convert

RGB 229 44 145 -
CMYK 0 0.81 0.37 0.10
HSL 327.24º 0.78% 0.54% -
HSV(B) 327.24º 0.81% 0.9% -
XYZ 38.32 20.5 28.73 -
YUV 110.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 229 44 145 0 0.81 0.37 0.10 327.24 0.78 0.54
Hex E5 2C 91 0 51 25 A 147 4E 36
Octal 345 54 221 0 121 45 12 507 116 66
Binary 11100101 101100 10010001 0 1010001 100101 1010 101000111 1001110 110110

Color Harmonies of #E52C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C91

Black with #E52C91

Text Example


Text Example

White with #E52C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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