Html Css Color HEX #E52382 Deep Cerise

📋 copy color: '#E52382'

red 229 ◦ green 35 ◦ blue 130

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

Shades of Deep Cerise #E52382

Tints of Deep Cerise #E52382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.88%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 58.12%
G = 8.88%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E52382 (or 0xE52382) is known color: Deep Cerise. HEX triplet: E5, 23 and 82. RGB value is (229,35,130). Sum of RGB (Red+Green+Blue) = 229+35+130=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E52382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52382 is #1ADC7D. Grayscale: #676767. Windows color (decimal): -1760382 or 8528869. OLE color: 8528869.

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

Color convert

RGB 229 35 130 -
CMYK 0 0.85 0.43 0.10
HSL 330.62º 0.79% 0.52% -
HSV(B) 330.62º 0.85% 0.9% -
XYZ 36.94 19.47 22.93 -
YUV 103.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 229 35 130 0 0.85 0.43 0.10 330.62 0.79 0.52
Hex E5 23 82 0 55 2B A 14B 4F 34
Octal 345 43 202 0 125 53 12 513 117 64
Binary 11100101 100011 10000010 0 1010101 101011 1010 101001011 1001111 110100

Color Harmonies of #E52382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52382

Black with #E52382

Text Example


Text Example

White with #E52382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52382; }

 p { color: rgb(229,35,130); }

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

background-color css

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

 a { background-color: rgb(229,35,130); }

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

border-color css

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

 span { border-color: rgb(229,35,130); }

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