Html Css Color HEX #E95974 Dark Pink

📋 copy color: '#E95974'

red 233 ◦ green 89 ◦ blue 116

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

Shades of Dark Pink #E95974

Tints of Dark Pink #E95974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.32%

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

R = 53.2%
G = 20.32%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E95974 (or 0xE95974) is known color: Dark Pink. HEX triplet: E9, 59 and 74. RGB value is (233,89,116). Sum of RGB (Red+Green+Blue) = 233+89+116=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E95974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95974 is #16A68B. Grayscale: #878787. Windows color (decimal): -1484428 or 7625193. OLE color: 7625193.

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

Color convert

RGB 233 89 116 -
CMYK 0 0.62 0.50 0.09
HSL 348.75º 0.77% 0.63% -
HSV(B) 348.75º 0.62% 0.91% -
XYZ 40.33 25.73 19.36 -
YUV 135.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 233 89 116 0 0.62 0.50 0.09 348.75 0.77 0.63
Hex E9 59 74 0 3E 32 9 15D 4D 3F
Octal 351 131 164 0 76 62 11 535 115 77
Binary 11101001 1011001 1110100 0 111110 110010 1001 101011101 1001101 111111

Color Harmonies of #E95974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95974

Black with #E95974

Text Example


Text Example

White with #E95974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95974; }

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

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

background-color css

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

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

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

border-color css

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

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

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