Html Css Color HEX #E52C90 Deep Cerise

📋 copy color: '#E52C90'

red 229 ◦ green 44 ◦ blue 144

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

Shades of Deep Cerise #E52C90

Tints of Deep Cerise #E52C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 54.92%
G = 10.55%
B = 34.53%

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

#E52C90 (or 0xE52C90) is known color: Deep Cerise. HEX triplet: E5, 2C and 90. RGB value is (229,44,144). Sum of RGB (Red+Green+Blue) = 229+44+144=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C90 is #1AD36F. Grayscale: #6E6E6E. Windows color (decimal): -1758064 or 9448677. OLE color: 9448677.

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

Color convert

RGB 229 44 144 -
CMYK 0 0.81 0.37 0.10
HSL 327.57º 0.78% 0.54% -
HSV(B) 327.57º 0.81% 0.9% -
XYZ 38.25 20.47 28.32 -
YUV 110.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 229 44 144 0 0.81 0.37 0.10 327.57 0.78 0.54
Hex E5 2C 90 0 51 25 A 148 4E 36
Octal 345 54 220 0 121 45 12 510 116 66
Binary 11100101 101100 10010000 0 1010001 100101 1010 101001000 1001110 110110

Color Harmonies of #E52C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C90

Black with #E52C90

Text Example


Text Example

White with #E52C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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