Html Css Color HEX #E94579 Dark Pink

📋 copy color: '#E94579'

red 233 ◦ green 69 ◦ blue 121

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

Shades of Dark Pink #E94579

Tints of Dark Pink #E94579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 55.08%
G = 16.31%
B = 28.61%

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

#E94579 (or 0xE94579) is known color: Dark Pink. HEX triplet: E9, 45 and 79. RGB value is (233,69,121). Sum of RGB (Red+Green+Blue) = 233+69+121=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E94579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94579 is #16BA86. Grayscale: #7B7B7B. Windows color (decimal): -1489543 or 7947753. OLE color: 7947753.

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

Color convert

RGB 233 69 121 -
CMYK 0 0.70 0.48 0.09
HSL 340.98º 0.79% 0.59% -
HSV(B) 340.98º 0.7% 0.91% -
XYZ 39.18 22.96 20.46 -
YUV 123.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 233 69 121 0 0.70 0.48 0.09 340.98 0.79 0.59
Hex E9 45 79 0 46 30 9 155 4F 3B
Octal 351 105 171 0 106 60 11 525 117 73
Binary 11101001 1000101 1111001 0 1000110 110000 1001 101010101 1001111 111011

Color Harmonies of #E94579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94579

Black with #E94579

Text Example


Text Example

White with #E94579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94579; }

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

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

background-color css

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

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

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

border-color css

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

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

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