Html Css Color HEX #E95177 Dark Pink

📋 copy color: '#E95177'

red 233 ◦ green 81 ◦ blue 119

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

Shades of Dark Pink #E95177

Tints of Dark Pink #E95177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.71%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 53.81%
G = 18.71%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E95177 (or 0xE95177) is known color: Dark Pink. HEX triplet: E9, 51 and 77. RGB value is (233,81,119). Sum of RGB (Red+Green+Blue) = 233+81+119=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E95177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95177 is #16AE88. Grayscale: #828282. Windows color (decimal): -1486473 or 7819753. OLE color: 7819753.

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

Color convert

RGB 233 81 119 -
CMYK 0 0.65 0.49 0.09
HSL 345º 0.78% 0.62% -
HSV(B) 345º 0.65% 0.91% -
XYZ 39.88 24.54 20.09 -
YUV 130.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 233 81 119 0 0.65 0.49 0.09 345 0.78 0.62
Hex E9 51 77 0 41 31 9 159 4E 3E
Octal 351 121 167 0 101 61 11 531 116 76
Binary 11101001 1010001 1110111 0 1000001 110001 1001 101011001 1001110 111110

Color Harmonies of #E95177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95177

Black with #E95177

Text Example


Text Example

White with #E95177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95177; }

 p { color: rgb(233,81,119); }

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

background-color css

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

 a { background-color: rgb(233,81,119); }

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

border-color css

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

 span { border-color: rgb(233,81,119); }

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