Html Css Color HEX #E52978 Deep Cerise

📋 copy color: '#E52978'

red 229 ◦ green 41 ◦ blue 120

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

Shades of Deep Cerise #E52978

Tints of Deep Cerise #E52978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.51%

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 58.72%
G = 10.51%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E52978 (or 0xE52978) is known color: Deep Cerise. HEX triplet: E5, 29 and 78. RGB value is (229,41,120). Sum of RGB (Red+Green+Blue) = 229+41+120=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E52978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52978 is #1AD687. Grayscale: #6A6A6A. Windows color (decimal): -1758856 or 7875045. OLE color: 7875045.

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

Color convert

RGB 229 41 120 -
CMYK 0 0.82 0.48 0.10
HSL 334.79º 0.78% 0.53% -
HSV(B) 334.79º 0.82% 0.9% -
XYZ 36.5 19.6 19.63 -
YUV 106.22 135.78 215.58 -
System Red Green Blue C M Y K H S L
Decimal 229 41 120 0 0.82 0.48 0.10 334.79 0.78 0.53
Hex E5 29 78 0 52 30 A 14F 4E 35
Octal 345 51 170 0 122 60 12 517 116 65
Binary 11100101 101001 1111000 0 1010010 110000 1010 101001111 1001110 110101

Color Harmonies of #E52978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52978

Black with #E52978

Text Example


Text Example

White with #E52978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52978; }

 p { color: rgb(229,41,120); }

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

background-color css

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

 a { background-color: rgb(229,41,120); }

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

border-color css

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

 span { border-color: rgb(229,41,120); }

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