Html Css Color HEX #E85983 Dark Pink

📋 copy color: '#E85983'

red 232 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #E85983

Tints of Dark Pink #E85983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.69%

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

R = 51.33%
G = 19.69%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85983 (or 0xE85983) is known color: Dark Pink. HEX triplet: E8, 59 and 83. RGB value is (232,89,131). Sum of RGB (Red+Green+Blue) = 232+89+131=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E85983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85983 is #17A67C. Grayscale: #888888. Windows color (decimal): -1549949 or 8608232. OLE color: 8608232.

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

Color convert

RGB 232 89 131 -
CMYK 0 0.62 0.44 0.09
HSL 342.38º 0.76% 0.63% -
HSV(B) 342.38º 0.62% 0.91% -
XYZ 40.95 25.94 24.32 -
YUV 136.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 232 89 131 0 0.62 0.44 0.09 342.38 0.76 0.63
Hex E8 59 83 0 3E 2C 9 156 4C 3F
Octal 350 131 203 0 76 54 11 526 114 77
Binary 11101000 1011001 10000011 0 111110 101100 1001 101010110 1001100 111111

Color Harmonies of #E85983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85983

Black with #E85983

Text Example


Text Example

White with #E85983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85983; }

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

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

background-color css

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

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

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

border-color css

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

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

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