Html Css Color HEX #E86280 Dark Pink

📋 copy color: '#E86280'

red 232 ◦ green 98 ◦ blue 128

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

Shades of Dark Pink #E86280

Tints of Dark Pink #E86280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.4%

 BLUE value IS 128 (50.39% from 255) = 27.95%

R = 50.66%
G = 21.4%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E86280 (or 0xE86280) is known color: Dark Pink. HEX triplet: E8, 62 and 80. RGB value is (232,98,128). Sum of RGB (Red+Green+Blue) = 232+98+128=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E86280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86280 is #179D7F. Grayscale: #8D8D8D. Windows color (decimal): -1547648 or 8413928. OLE color: 8413928.

HSL color Cylindrical-coordinate representation of color #E86280: hue angle of 346.57º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86280 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 128 -
CMYK 0 0.58 0.45 0.09
HSL 346.57º 0.74% 0.65% -
HSV(B) 346.57º 0.58% 0.91% -
XYZ 41.54 27.45 23.53 -
YUV 141.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 232 98 128 0 0.58 0.45 0.09 346.57 0.74 0.65
Hex E8 62 80 0 3A 2D 9 15B 4A 41
Octal 350 142 200 0 72 55 11 533 112 101
Binary 11101000 1100010 10000000 0 111010 101101 1001 101011011 1001010 1000001

Color Harmonies of #E86280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86280

Black with #E86280

Text Example


Text Example

White with #E86280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86280; }

 p { color: rgb(232,98,128); }

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

background-color css

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

 a { background-color: rgb(232,98,128); }

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

border-color css

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

 span { border-color: rgb(232,98,128); }

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