Html Css Color HEX #E85087 Dark Pink

📋 copy color: '#E85087'

red 232 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #E85087

Tints of Dark Pink #E85087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.2%

R = 51.9%
G = 17.9%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E85087 (or 0xE85087) is known color: Dark Pink. HEX triplet: E8, 50 and 87. RGB value is (232,80,135). Sum of RGB (Red+Green+Blue) = 232+80+135=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85087 is #17AF78. Grayscale: #838383. Windows color (decimal): -1552249 or 8868072. OLE color: 8868072.

HSL color Cylindrical-coordinate representation of color #E85087: hue angle of 338.29º 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 #E85087 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 135 -
CMYK 0 0.66 0.42 0.09
HSL 338.29º 0.77% 0.61% -
HSV(B) 338.29º 0.66% 0.91% -
XYZ 40.52 24.64 25.54 -
YUV 131.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 232 80 135 0 0.66 0.42 0.09 338.29 0.77 0.61
Hex E8 50 87 0 42 2A 9 152 4D 3D
Octal 350 120 207 0 102 52 11 522 115 75
Binary 11101000 1010000 10000111 0 1000010 101010 1001 101010010 1001101 111101

Color Harmonies of #E85087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85087

Black with #E85087

Text Example


Text Example

White with #E85087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85087; }

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

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

background-color css

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

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

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

border-color css

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

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

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