Html Css Color HEX #E86088 Dark Pink

📋 copy color: '#E86088'

red 232 ◦ green 96 ◦ blue 136

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

Shades of Dark Pink #E86088

Tints of Dark Pink #E86088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.69%

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

R = 50%
G = 20.69%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E86088 (or 0xE86088) is known color: Dark Pink. HEX triplet: E8, 60 and 88. RGB value is (232,96,136). Sum of RGB (Red+Green+Blue) = 232+96+136=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E86088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86088 is #179F77. Grayscale: #8D8D8D. Windows color (decimal): -1548152 or 8937704. OLE color: 8937704.

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

Color convert

RGB 232 96 136 -
CMYK 0 0.59 0.41 0.09
HSL 342.35º 0.75% 0.64% -
HSV(B) 342.35º 0.59% 0.91% -
XYZ 41.91 27.3 26.35 -
YUV 141.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 232 96 136 0 0.59 0.41 0.09 342.35 0.75 0.64
Hex E8 60 88 0 3B 29 9 156 4B 40
Octal 350 140 210 0 73 51 11 526 113 100
Binary 11101000 1100000 10001000 0 111011 101001 1001 101010110 1001011 1000000

Color Harmonies of #E86088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86088

Black with #E86088

Text Example


Text Example

White with #E86088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86088; }

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

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

background-color css

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

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

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

border-color css

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

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

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