Html Css Color HEX #E95574 Dark Pink

📋 copy color: '#E95574'

red 233 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #E95574

Tints of Dark Pink #E95574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 53.69%
G = 19.59%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95574 (or 0xE95574) is known color: Dark Pink. HEX triplet: E9, 55 and 74. RGB value is (233,85,116). Sum of RGB (Red+Green+Blue) = 233+85+116=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E95574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95574 is #16AA8B. Grayscale: #848484. Windows color (decimal): -1485452 or 7624169. OLE color: 7624169.

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

Color convert

RGB 233 85 116 -
CMYK 0 0.64 0.50 0.09
HSL 347.43º 0.77% 0.62% -
HSV(B) 347.43º 0.64% 0.91% -
XYZ 40.01 25.08 19.26 -
YUV 132.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 233 85 116 0 0.64 0.50 0.09 347.43 0.77 0.62
Hex E9 55 74 0 40 32 9 15B 4D 3E
Octal 351 125 164 0 100 62 11 533 115 76
Binary 11101001 1010101 1110100 0 1000000 110010 1001 101011011 1001101 111110

Color Harmonies of #E95574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95574

Black with #E95574

Text Example


Text Example

White with #E95574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95574; }

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

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

background-color css

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

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

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

border-color css

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

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

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