Html Css Color HEX #E94779 Dark Pink

📋 copy color: '#E94779'

red 233 ◦ green 71 ◦ blue 121

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

Shades of Dark Pink #E94779

Tints of Dark Pink #E94779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.71%

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 54.82%
G = 16.71%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E94779 (or 0xE94779) is known color: Dark Pink. HEX triplet: E9, 47 and 79. RGB value is (233,71,121). Sum of RGB (Red+Green+Blue) = 233+71+121=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E94779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94779 is #16B886. Grayscale: #7D7D7D. Windows color (decimal): -1489031 or 7948265. OLE color: 7948265.

HSL color Cylindrical-coordinate representation of color #E94779: hue angle of 341.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94779 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 71 121 -
CMYK 0 0.70 0.48 0.09
HSL 341.48º 0.79% 0.6% -
HSV(B) 341.48º 0.7% 0.91% -
XYZ 39.31 23.21 20.5 -
YUV 125.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 233 71 121 0 0.70 0.48 0.09 341.48 0.79 0.6
Hex E9 47 79 0 46 30 9 155 4F 3C
Octal 351 107 171 0 106 60 11 525 117 74
Binary 11101001 1000111 1111001 0 1000110 110000 1001 101010101 1001111 111100

Color Harmonies of #E94779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94779

Black with #E94779

Text Example


Text Example

White with #E94779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94779; }

 p { color: rgb(233,71,121); }

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

background-color css

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

 a { background-color: rgb(233,71,121); }

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

border-color css

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

 span { border-color: rgb(233,71,121); }

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