Html Css Color HEX #E86181 Dark Pink

📋 copy color: '#E86181'

red 232 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #E86181

Tints of Dark Pink #E86181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.18%

 BLUE value IS 129 (50.78% from 255) = 28.17%

R = 50.66%
G = 21.18%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E86181 (or 0xE86181) is known color: Dark Pink. HEX triplet: E8, 61 and 81. RGB value is (232,97,129). Sum of RGB (Red+Green+Blue) = 232+97+129=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E86181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86181 is #179E7E. Grayscale: #8D8D8D. Windows color (decimal): -1547903 or 8479208. OLE color: 8479208.

HSL color Cylindrical-coordinate representation of color #E86181: hue angle of 345.78º degrees, saturation: 0.75, 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 #E86181 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 97 129 -
CMYK 0 0.58 0.44 0.09
HSL 345.78º 0.75% 0.65% -
HSV(B) 345.78º 0.58% 0.91% -
XYZ 41.52 27.29 23.85 -
YUV 141.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 232 97 129 0 0.58 0.44 0.09 345.78 0.75 0.65
Hex E8 61 81 0 3A 2C 9 15A 4B 41
Octal 350 141 201 0 72 54 11 532 113 101
Binary 11101000 1100001 10000001 0 111010 101100 1001 101011010 1001011 1000001

Color Harmonies of #E86181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86181

Black with #E86181

Text Example


Text Example

White with #E86181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86181; }

 p { color: rgb(232,97,129); }

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

background-color css

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

 a { background-color: rgb(232,97,129); }

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

border-color css

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

 span { border-color: rgb(232,97,129); }

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