Html Css Color HEX #E85188 Dark Pink

📋 copy color: '#E85188'

red 232 ◦ green 81 ◦ blue 136

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

Shades of Dark Pink #E85188

Tints of Dark Pink #E85188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 51.67%
G = 18.04%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E85188 (or 0xE85188) is known color: Dark Pink. HEX triplet: E8, 51 and 88. RGB value is (232,81,136). Sum of RGB (Red+Green+Blue) = 232+81+136=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85188 is #17AE77. Grayscale: #848484. Windows color (decimal): -1551992 or 8933864. OLE color: 8933864.

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

Color convert

RGB 232 81 136 -
CMYK 0 0.65 0.41 0.09
HSL 338.15º 0.77% 0.61% -
HSV(B) 338.15º 0.65% 0.91% -
XYZ 40.67 24.82 25.94 -
YUV 132.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 232 81 136 0 0.65 0.41 0.09 338.15 0.77 0.61
Hex E8 51 88 0 41 29 9 152 4D 3D
Octal 350 121 210 0 101 51 11 522 115 75
Binary 11101000 1010001 10001000 0 1000001 101001 1001 101010010 1001101 111101

Color Harmonies of #E85188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85188

Black with #E85188

Text Example


Text Example

White with #E85188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85188; }

 p { color: rgb(232,81,136); }

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

background-color css

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

 a { background-color: rgb(232,81,136); }

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

border-color css

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

 span { border-color: rgb(232,81,136); }

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