Html Css Color HEX #E85083 Dark Pink

📋 copy color: '#E85083'

red 232 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #E85083

Tints of Dark Pink #E85083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 131 (51.56% from 255) = 29.57%

R = 52.37%
G = 18.06%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85083 (or 0xE85083) is known color: Dark Pink. HEX triplet: E8, 50 and 83. RGB value is (232,80,131). Sum of RGB (Red+Green+Blue) = 232+80+131=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E85083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85083 is #17AF7C. Grayscale: #838383. Windows color (decimal): -1552253 or 8605928. OLE color: 8605928.

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

Color convert

RGB 232 80 131 -
CMYK 0 0.66 0.44 0.09
HSL 339.87º 0.77% 0.61% -
HSV(B) 339.87º 0.66% 0.91% -
XYZ 40.24 24.53 24.09 -
YUV 131.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 232 80 131 0 0.66 0.44 0.09 339.87 0.77 0.61
Hex E8 50 83 0 42 2C 9 154 4D 3D
Octal 350 120 203 0 102 54 11 524 115 75
Binary 11101000 1010000 10000011 0 1000010 101100 1001 101010100 1001101 111101

Color Harmonies of #E85083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85083

Black with #E85083

Text Example


Text Example

White with #E85083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85083; }

 p { color: rgb(232,80,131); }

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

background-color css

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

 a { background-color: rgb(232,80,131); }

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

border-color css

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

 span { border-color: rgb(232,80,131); }

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