Html Css Color HEX #E50482 Deep Pink

📋 copy color: '#E50482'

red 229 ◦ green 4 ◦ blue 130

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

Shades of Deep Pink #E50482

Tints of Deep Pink #E50482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 63.09%
G = 1.1%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E50482 (or 0xE50482) is known color: Deep Pink. HEX triplet: E5, 04 and 82. RGB value is (229,4,130). Sum of RGB (Red+Green+Blue) = 229+4+130=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E50482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50482 is #1AFB7D. Grayscale: #555555. Windows color (decimal): -1768318 or 8520933. OLE color: 8520933.

HSL color Cylindrical-coordinate representation of color #E50482: hue angle of 326.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50482 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 130 -
CMYK 0 0.98 0.43 0.10
HSL 326.4º 0.97% 0.46% -
HSV(B) 326.4º 0.98% 0.9% -
XYZ 36.39 18.36 22.74 -
YUV 85.64 153.04 230.25 -
System Red Green Blue C M Y K H S L
Decimal 229 4 130 0 0.98 0.43 0.10 326.4 0.97 0.46
Hex E5 4 82 0 62 2B A 146 61 2E
Octal 345 4 202 0 142 53 12 506 141 56
Binary 11100101 100 10000010 0 1100010 101011 1010 101000110 1100001 101110

Color Harmonies of #E50482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50482

Black with #E50482

Text Example


Text Example

White with #E50482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50482; }

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

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

background-color css

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

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

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

border-color css

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

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

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