Html Css Color HEX #E52C92 Deep Cerise

📋 copy color: '#E52C92'

red 229 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #E52C92

Tints of Deep Cerise #E52C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 54.65%
G = 10.5%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E52C92 (or 0xE52C92) is known color: Deep Cerise. HEX triplet: E5, 2C and 92. RGB value is (229,44,146). Sum of RGB (Red+Green+Blue) = 229+44+146=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C92 is #1AD36D. Grayscale: #6E6E6E. Windows color (decimal): -1758062 or 9579749. OLE color: 9579749.

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

Color convert

RGB 229 44 146 -
CMYK 0 0.81 0.36 0.10
HSL 326.92º 0.78% 0.54% -
HSV(B) 326.92º 0.81% 0.9% -
XYZ 38.4 20.53 29.13 -
YUV 110.94 147.79 212.21 -
System Red Green Blue C M Y K H S L
Decimal 229 44 146 0 0.81 0.36 0.10 326.92 0.78 0.54
Hex E5 2C 92 0 51 24 A 147 4E 36
Octal 345 54 222 0 121 44 12 507 116 66
Binary 11100101 101100 10010010 0 1010001 100100 1010 101000111 1001110 110110

Color Harmonies of #E52C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C92

Black with #E52C92

Text Example


Text Example

White with #E52C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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