Html Css Color HEX #E80682 Deep Pink

📋 copy color: '#E80682'

red 232 ◦ green 6 ◦ blue 130

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

Shades of Deep Pink #E80682

Tints of Deep Pink #E80682

RGB

 RED value IS 232 (91.02% from 255) = 63.04%

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

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

R = 63.04%
G = 1.63%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E80682 (or 0xE80682) is known color: Deep Pink. HEX triplet: E8, 06 and 82. RGB value is (232,6,130). Sum of RGB (Red+Green+Blue) = 232+6+130=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80682 is #17F97D. Grayscale: #575757. Windows color (decimal): -1571198 or 8521448. OLE color: 8521448.

HSL color Cylindrical-coordinate representation of color #E80682: hue angle of 327.08º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80682 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 6 130 -
CMYK 0 0.97 0.44 0.09
HSL 327.08º 0.95% 0.47% -
HSV(B) 327.08º 0.97% 0.91% -
XYZ 37.37 18.9 22.8 -
YUV 87.71 151.87 230.92 -
System Red Green Blue C M Y K H S L
Decimal 232 6 130 0 0.97 0.44 0.09 327.08 0.95 0.47
Hex E8 6 82 0 61 2C 9 147 5F 2F
Octal 350 6 202 0 141 54 11 507 137 57
Binary 11101000 110 10000010 0 1100001 101100 1001 101000111 1011111 101111

Color Harmonies of #E80682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80682

Black with #E80682

Text Example


Text Example

White with #E80682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80682; }

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

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

background-color css

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

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

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

border-color css

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

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

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