Html Css Color HEX #E52494 Deep Cerise

📋 copy color: '#E52494'

red 229 ◦ green 36 ◦ blue 148

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

Shades of Deep Cerise #E52494

Tints of Deep Cerise #E52494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.72%

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

R = 55.45%
G = 8.72%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E52494 (or 0xE52494) is known color: Deep Cerise. HEX triplet: E5, 24 and 94. RGB value is (229,36,148). Sum of RGB (Red+Green+Blue) = 229+36+148=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E52494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52494 is #1ADB6B. Grayscale: #6A6A6A. Windows color (decimal): -1760108 or 9708773. OLE color: 9708773.

HSL color Cylindrical-coordinate representation of color #E52494: hue angle of 325.18º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52494 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 148 -
CMYK 0 0.84 0.35 0.10
HSL 325.18º 0.79% 0.52% -
HSV(B) 325.18º 0.84% 0.9% -
XYZ 38.29 20.06 29.87 -
YUV 106.48 151.44 215.39 -
System Red Green Blue C M Y K H S L
Decimal 229 36 148 0 0.84 0.35 0.10 325.18 0.79 0.52
Hex E5 24 94 0 54 23 A 145 4F 34
Octal 345 44 224 0 124 43 12 505 117 64
Binary 11100101 100100 10010100 0 1010100 100011 1010 101000101 1001111 110100

Color Harmonies of #E52494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52494

Black with #E52494

Text Example


Text Example

White with #E52494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52494; }

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

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

background-color css

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

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

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

border-color css

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

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

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