Html Css Color HEX #E52284 Deep Cerise

📋 copy color: '#E52284'

red 229 ◦ green 34 ◦ blue 132

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

Shades of Deep Cerise #E52284

Tints of Deep Cerise #E52284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 57.97%
G = 8.61%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E52284 (or 0xE52284) is known color: Deep Cerise. HEX triplet: E5, 22 and 84. RGB value is (229,34,132). Sum of RGB (Red+Green+Blue) = 229+34+132=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E52284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52284 is #1ADD7B. Grayscale: #676767. Windows color (decimal): -1760636 or 8659685. OLE color: 8659685.

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

Color convert

RGB 229 34 132 -
CMYK 0 0.85 0.42 0.10
HSL 329.85º 0.79% 0.52% -
HSV(B) 329.85º 0.85% 0.9% -
XYZ 37.05 19.47 23.63 -
YUV 103.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 229 34 132 0 0.85 0.42 0.10 329.85 0.79 0.52
Hex E5 22 84 0 55 2A A 14A 4F 34
Octal 345 42 204 0 125 52 12 512 117 64
Binary 11100101 100010 10000100 0 1010101 101010 1010 101001010 1001111 110100

Color Harmonies of #E52284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52284

Black with #E52284

Text Example


Text Example

White with #E52284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52284; }

 p { color: rgb(229,34,132); }

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

background-color css

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

 a { background-color: rgb(229,34,132); }

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

border-color css

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

 span { border-color: rgb(229,34,132); }

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