Html Css Color HEX #E95586 Dark Pink

📋 copy color: '#E95586'

red 233 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #E95586

Tints of Dark Pink #E95586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

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

R = 51.55%
G = 18.81%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E95586 (or 0xE95586) is known color: Dark Pink. HEX triplet: E9, 55 and 86. RGB value is (233,85,134). Sum of RGB (Red+Green+Blue) = 233+85+134=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E95586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95586 is #16AA79. Grayscale: #868686. Windows color (decimal): -1485434 or 8803817. OLE color: 8803817.

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

Color convert

RGB 233 85 134 -
CMYK 0 0.64 0.42 0.09
HSL 340.14º 0.77% 0.62% -
HSV(B) 340.14º 0.64% 0.91% -
XYZ 41.16 25.54 25.32 -
YUV 134.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 233 85 134 0 0.64 0.42 0.09 340.14 0.77 0.62
Hex E9 55 86 0 40 2A 9 154 4D 3E
Octal 351 125 206 0 100 52 11 524 115 76
Binary 11101001 1010101 10000110 0 1000000 101010 1001 101010100 1001101 111110

Color Harmonies of #E95586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95586

Black with #E95586

Text Example


Text Example

White with #E95586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95586; }

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

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

background-color css

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

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

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

border-color css

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

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

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