Html Css Color HEX #E52994 Deep Cerise

📋 copy color: '#E52994'

red 229 ◦ green 41 ◦ blue 148

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

Shades of Deep Cerise #E52994

Tints of Deep Cerise #E52994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 54.78%
G = 9.81%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E52994 (or 0xE52994) is known color: Deep Cerise. HEX triplet: E5, 29 and 94. RGB value is (229,41,148). Sum of RGB (Red+Green+Blue) = 229+41+148=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E52994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52994 is #1AD66B. Grayscale: #6D6D6D. Windows color (decimal): -1758828 or 9710053. OLE color: 9710053.

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

Color convert

RGB 229 41 148 -
CMYK 0 0.82 0.35 0.10
HSL 325.85º 0.78% 0.53% -
HSV(B) 325.85º 0.82% 0.9% -
XYZ 38.45 20.38 29.92 -
YUV 109.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 229 41 148 0 0.82 0.35 0.10 325.85 0.78 0.53
Hex E5 29 94 0 52 23 A 146 4E 35
Octal 345 51 224 0 122 43 12 506 116 65
Binary 11100101 101001 10010100 0 1010010 100011 1010 101000110 1001110 110101

Color Harmonies of #E52994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52994

Black with #E52994

Text Example


Text Example

White with #E52994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52994; }

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

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

background-color css

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

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

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

border-color css

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

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

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