Html Css Color HEX #E96086 Dark Pink

📋 copy color: '#E96086'

red 233 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E96086

Tints of Dark Pink #E96086

RGB

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

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

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

R = 50.32%
G = 20.73%
B = 28.94%

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

#E96086 (or 0xE96086) is known color: Dark Pink. HEX triplet: E9, 60 and 86. RGB value is (233,96,134). Sum of RGB (Red+Green+Blue) = 233+96+134=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E96086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96086 is #169F79. Grayscale: #8D8D8D. Windows color (decimal): -1482618 or 8806633. OLE color: 8806633.

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

Color convert

RGB 233 96 134 -
CMYK 0 0.59 0.42 0.09
HSL 343.36º 0.76% 0.65% -
HSV(B) 343.36º 0.59% 0.91% -
XYZ 42.09 27.41 25.63 -
YUV 141.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 233 96 134 0 0.59 0.42 0.09 343.36 0.76 0.65
Hex E9 60 86 0 3B 2A 9 157 4C 41
Octal 351 140 206 0 73 52 11 527 114 101
Binary 11101001 1100000 10000110 0 111011 101010 1001 101010111 1001100 1000001

Color Harmonies of #E96086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96086

Black with #E96086

Text Example


Text Example

White with #E96086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96086; }

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

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

background-color css

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

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

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

border-color css

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

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

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