Html Css Color HEX #E95585 Dark Pink

📋 copy color: '#E95585'

red 233 ◦ green 85 ◦ blue 133

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

Shades of Dark Pink #E95585

Tints of Dark Pink #E95585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 51.66%
G = 18.85%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E95585 (or 0xE95585) is known color: Dark Pink. HEX triplet: E9, 55 and 85. RGB value is (233,85,133). Sum of RGB (Red+Green+Blue) = 233+85+133=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E95585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95585 is #16AA7A. Grayscale: #868686. Windows color (decimal): -1485435 or 8738281. OLE color: 8738281.

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

Color convert

RGB 233 85 133 -
CMYK 0 0.64 0.43 0.09
HSL 340.54º 0.77% 0.62% -
HSV(B) 340.54º 0.64% 0.91% -
XYZ 41.09 25.51 24.95 -
YUV 134.72 127.03 198.1 -
System Red Green Blue C M Y K H S L
Decimal 233 85 133 0 0.64 0.43 0.09 340.54 0.77 0.62
Hex E9 55 85 0 40 2B 9 155 4D 3E
Octal 351 125 205 0 100 53 11 525 115 76
Binary 11101001 1010101 10000101 0 1000000 101011 1001 101010101 1001101 111110

Color Harmonies of #E95585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95585

Black with #E95585

Text Example


Text Example

White with #E95585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95585; }

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

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

background-color css

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

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

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

border-color css

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

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

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