Html Css Color HEX #E85089 Dark Pink

📋 copy color: '#E85089'

red 232 ◦ green 80 ◦ blue 137

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

Shades of Dark Pink #E85089

Tints of Dark Pink #E85089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.51%

R = 51.67%
G = 17.82%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85089 (or 0xE85089) is known color: Dark Pink. HEX triplet: E8, 50 and 89. RGB value is (232,80,137). Sum of RGB (Red+Green+Blue) = 232+80+137=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85089 is #17AF76. Grayscale: #838383. Windows color (decimal): -1552247 or 8999144. OLE color: 8999144.

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

Color convert

RGB 232 80 137 -
CMYK 0 0.66 0.41 0.09
HSL 337.5º 0.77% 0.61% -
HSV(B) 337.5º 0.66% 0.91% -
XYZ 40.66 24.7 26.29 -
YUV 131.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 232 80 137 0 0.66 0.41 0.09 337.5 0.77 0.61
Hex E8 50 89 0 42 29 9 152 4D 3D
Octal 350 120 211 0 102 51 11 522 115 75
Binary 11101000 1010000 10001001 0 1000010 101001 1001 101010010 1001101 111101

Color Harmonies of #E85089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85089

Black with #E85089

Text Example


Text Example

White with #E85089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85089; }

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

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

background-color css

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

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

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

border-color css

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

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

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