Html Css Color HEX #E95771 Dark Pink

📋 copy color: '#E95771'

red 233 ◦ green 87 ◦ blue 113

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

Shades of Dark Pink #E95771

Tints of Dark Pink #E95771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.09%

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 53.81%
G = 20.09%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95771 (or 0xE95771) is known color: Dark Pink. HEX triplet: E9, 57 and 71. RGB value is (233,87,113). Sum of RGB (Red+Green+Blue) = 233+87+113=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95771 is #16A88E. Grayscale: #858585. Windows color (decimal): -1484943 or 7428073. OLE color: 7428073.

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

Color convert

RGB 233 87 113 -
CMYK 0 0.63 0.52 0.09
HSL 349.32º 0.77% 0.63% -
HSV(B) 349.32º 0.63% 0.91% -
XYZ 39.99 25.33 18.4 -
YUV 133.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 233 87 113 0 0.63 0.52 0.09 349.32 0.77 0.63
Hex E9 57 71 0 3F 34 9 15D 4D 3F
Octal 351 127 161 0 77 64 11 535 115 77
Binary 11101001 1010111 1110001 0 111111 110100 1001 101011101 1001101 111111

Color Harmonies of #E95771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95771

Black with #E95771

Text Example


Text Example

White with #E95771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95771; }

 p { color: rgb(233,87,113); }

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

background-color css

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

 a { background-color: rgb(233,87,113); }

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

border-color css

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

 span { border-color: rgb(233,87,113); }

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