Html Css Color HEX #E96089 Dark Pink

📋 copy color: '#E96089'

red 233 ◦ green 96 ◦ blue 137

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

Shades of Dark Pink #E96089

Tints of Dark Pink #E96089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.4%

R = 50%
G = 20.6%
B = 29.4%

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

#E96089 (or 0xE96089) is known color: Dark Pink. HEX triplet: E9, 60 and 89. RGB value is (233,96,137). Sum of RGB (Red+Green+Blue) = 233+96+137=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96089 is #169F76. Grayscale: #8D8D8D. Windows color (decimal): -1482615 or 9003241. OLE color: 9003241.

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

Color convert

RGB 233 96 137 -
CMYK 0 0.59 0.41 0.09
HSL 342.04º 0.76% 0.65% -
HSV(B) 342.04º 0.59% 0.91% -
XYZ 42.3 27.5 26.74 -
YUV 141.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 233 96 137 0 0.59 0.41 0.09 342.04 0.76 0.65
Hex E9 60 89 0 3B 29 9 156 4C 41
Octal 351 140 211 0 73 51 11 526 114 101
Binary 11101001 1100000 10001001 0 111011 101001 1001 101010110 1001100 1000001

Color Harmonies of #E96089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96089

Black with #E96089

Text Example


Text Example

White with #E96089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96089; }

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

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

background-color css

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

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

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

border-color css

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

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

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