Html Css Color HEX #E96187 Dark Pink

📋 copy color: '#E96187'

red 233 ◦ green 97 ◦ blue 135

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

Shades of Dark Pink #E96187

Tints of Dark Pink #E96187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 50.11%
G = 20.86%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E96187 (or 0xE96187) is known color: Dark Pink. HEX triplet: E9, 61 and 87. RGB value is (233,97,135). Sum of RGB (Red+Green+Blue) = 233+97+135=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96187 is #169E78. Grayscale: #8D8D8D. Windows color (decimal): -1482361 or 8872425. OLE color: 8872425.

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

Color convert

RGB 233 97 135 -
CMYK 0 0.58 0.42 0.09
HSL 343.24º 0.76% 0.65% -
HSV(B) 343.24º 0.58% 0.91% -
XYZ 42.25 27.62 26.03 -
YUV 142 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 233 97 135 0 0.58 0.42 0.09 343.24 0.76 0.65
Hex E9 61 87 0 3A 2A 9 157 4C 41
Octal 351 141 207 0 72 52 11 527 114 101
Binary 11101001 1100001 10000111 0 111010 101010 1001 101010111 1001100 1000001

Color Harmonies of #E96187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96187

Black with #E96187

Text Example


Text Example

White with #E96187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96187; }

 p { color: rgb(233,97,135); }

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

background-color css

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

 a { background-color: rgb(233,97,135); }

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

border-color css

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

 span { border-color: rgb(233,97,135); }

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