Html Css Color HEX #E96088 Dark Pink

📋 copy color: '#E96088'

red 233 ◦ green 96 ◦ blue 136

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

Shades of Dark Pink #E96088

Tints of Dark Pink #E96088

RGB

 RED value IS 233 (91.41% from 255) = 50.11%

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

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

R = 50.11%
G = 20.65%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E96088 (or 0xE96088) is known color: Dark Pink. HEX triplet: E9, 60 and 88. RGB value is (233,96,136). Sum of RGB (Red+Green+Blue) = 233+96+136=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96088 is #169F77. Grayscale: #8D8D8D. Windows color (decimal): -1482616 or 8937705. OLE color: 8937705.

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

Color convert

RGB 233 96 136 -
CMYK 0 0.59 0.42 0.09
HSL 342.48º 0.76% 0.65% -
HSV(B) 342.48º 0.59% 0.91% -
XYZ 42.23 27.47 26.37 -
YUV 141.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 233 96 136 0 0.59 0.42 0.09 342.48 0.76 0.65
Hex E9 60 88 0 3B 2A 9 156 4C 41
Octal 351 140 210 0 73 52 11 526 114 101
Binary 11101001 1100000 10001000 0 111011 101010 1001 101010110 1001100 1000001

Color Harmonies of #E96088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96088

Black with #E96088

Text Example


Text Example

White with #E96088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96088; }

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

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

background-color css

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

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

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

border-color css

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

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

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