Html Css Color HEX #E95477 Dark Pink

📋 copy color: '#E95477'

red 233 ◦ green 84 ◦ blue 119

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

Shades of Dark Pink #E95477

Tints of Dark Pink #E95477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.27%

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

R = 53.44%
G = 19.27%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E95477 (or 0xE95477) is known color: Dark Pink. HEX triplet: E9, 54 and 77. RGB value is (233,84,119). Sum of RGB (Red+Green+Blue) = 233+84+119=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95477 is #16AB88. Grayscale: #848484. Windows color (decimal): -1485705 or 7820521. OLE color: 7820521.

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

Color convert

RGB 233 84 119 -
CMYK 0 0.64 0.49 0.09
HSL 345.91º 0.77% 0.62% -
HSV(B) 345.91º 0.64% 0.91% -
XYZ 40.1 25 20.16 -
YUV 132.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 233 84 119 0 0.64 0.49 0.09 345.91 0.77 0.62
Hex E9 54 77 0 40 31 9 15A 4D 3E
Octal 351 124 167 0 100 61 11 532 115 76
Binary 11101001 1010100 1110111 0 1000000 110001 1001 101011010 1001101 111110

Color Harmonies of #E95477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95477

Black with #E95477

Text Example


Text Example

White with #E95477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95477; }

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

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

background-color css

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

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

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

border-color css

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

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

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