Html Css Color HEX #E50682 Deep Pink

📋 copy color: '#E50682'

red 229 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #E50682

Tints of Deep Pink #E50682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

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

R = 62.74%
G = 1.64%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E50682 (or 0xE50682) is known color: Deep Pink. HEX triplet: E5, 06 and 82. RGB value is (229,6,130). Sum of RGB (Red+Green+Blue) = 229+6+130=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E50682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50682 is #1AF97D. Grayscale: #565656. Windows color (decimal): -1767806 or 8521445. OLE color: 8521445.

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

Color convert

RGB 229 6 130 -
CMYK 0 0.97 0.43 0.10
HSL 326.64º 0.95% 0.46% -
HSV(B) 326.64º 0.97% 0.9% -
XYZ 36.41 18.4 22.75 -
YUV 86.81 152.38 229.42 -
System Red Green Blue C M Y K H S L
Decimal 229 6 130 0 0.97 0.43 0.10 326.64 0.95 0.46
Hex E5 6 82 0 61 2B A 147 5F 2E
Octal 345 6 202 0 141 53 12 507 137 56
Binary 11100101 110 10000010 0 1100001 101011 1010 101000111 1011111 101110

Color Harmonies of #E50682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50682

Black with #E50682

Text Example


Text Example

White with #E50682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50682; }

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

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

background-color css

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

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

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

border-color css

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

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

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