Html Css Color HEX #E52282 Deep Cerise

📋 copy color: '#E52282'

red 229 ◦ green 34 ◦ blue 130

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

Shades of Deep Cerise #E52282

Tints of Deep Cerise #E52282

RGB

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

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

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

R = 58.27%
G = 8.65%
B = 33.08%

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

#E52282 (or 0xE52282) is known color: Deep Cerise. HEX triplet: E5, 22 and 82. RGB value is (229,34,130). Sum of RGB (Red+Green+Blue) = 229+34+130=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E52282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52282 is #1ADD7D. Grayscale: #676767. Windows color (decimal): -1760638 or 8528613. OLE color: 8528613.

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

Color convert

RGB 229 34 130 -
CMYK 0 0.85 0.43 0.10
HSL 330.46º 0.79% 0.52% -
HSV(B) 330.46º 0.85% 0.9% -
XYZ 36.91 19.41 22.92 -
YUV 103.25 143.1 217.69 -
System Red Green Blue C M Y K H S L
Decimal 229 34 130 0 0.85 0.43 0.10 330.46 0.79 0.52
Hex E5 22 82 0 55 2B A 14A 4F 34
Octal 345 42 202 0 125 53 12 512 117 64
Binary 11100101 100010 10000010 0 1010101 101011 1010 101001010 1001111 110100

Color Harmonies of #E52282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52282

Black with #E52282

Text Example


Text Example

White with #E52282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52282; }

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

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

background-color css

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

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

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

border-color css

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

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

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