Html Css Color HEX #E85682 Dark Pink

📋 copy color: '#E85682'

red 232 ◦ green 86 ◦ blue 130

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

Shades of Dark Pink #E85682

Tints of Dark Pink #E85682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 51.79%
G = 19.2%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85682 (or 0xE85682) is known color: Dark Pink. HEX triplet: E8, 56 and 82. RGB value is (232,86,130). Sum of RGB (Red+Green+Blue) = 232+86+130=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85682 is #17A97D. Grayscale: #868686. Windows color (decimal): -1550718 or 8541928. OLE color: 8541928.

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

Color convert

RGB 232 86 130 -
CMYK 0 0.63 0.44 0.09
HSL 341.92º 0.76% 0.62% -
HSV(B) 341.92º 0.63% 0.91% -
XYZ 40.64 25.42 23.88 -
YUV 134.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 232 86 130 0 0.63 0.44 0.09 341.92 0.76 0.62
Hex E8 56 82 0 3F 2C 9 156 4C 3E
Octal 350 126 202 0 77 54 11 526 114 76
Binary 11101000 1010110 10000010 0 111111 101100 1001 101010110 1001100 111110

Color Harmonies of #E85682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85682

Black with #E85682

Text Example


Text Example

White with #E85682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85682; }

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

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

background-color css

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

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

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

border-color css

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

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

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