Html Css Color HEX #E85886 Dark Pink

📋 copy color: '#E85886'

red 232 ◦ green 88 ◦ blue 134

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

Shades of Dark Pink #E85886

Tints of Dark Pink #E85886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.38%

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 51.1%
G = 19.38%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E85886 (or 0xE85886) is known color: Dark Pink. HEX triplet: E8, 58 and 86. RGB value is (232,88,134). Sum of RGB (Red+Green+Blue) = 232+88+134=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E85886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85886 is #17A779. Grayscale: #888888. Windows color (decimal): -1550202 or 8804584. OLE color: 8804584.

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

Color convert

RGB 232 88 134 -
CMYK 0 0.62 0.42 0.09
HSL 340.83º 0.76% 0.63% -
HSV(B) 340.83º 0.62% 0.91% -
XYZ 41.07 25.86 25.38 -
YUV 136.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 232 88 134 0 0.62 0.42 0.09 340.83 0.76 0.63
Hex E8 58 86 0 3E 2A 9 155 4C 3F
Octal 350 130 206 0 76 52 11 525 114 77
Binary 11101000 1011000 10000110 0 111110 101010 1001 101010101 1001100 111111

Color Harmonies of #E85886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85886

Black with #E85886

Text Example


Text Example

White with #E85886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85886; }

 p { color: rgb(232,88,134); }

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

background-color css

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

 a { background-color: rgb(232,88,134); }

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

border-color css

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

 span { border-color: rgb(232,88,134); }

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