Html Css Color HEX #E94079 Dark Pink

📋 copy color: '#E94079'

red 233 ◦ green 64 ◦ blue 121

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

Shades of Dark Pink #E94079

Tints of Dark Pink #E94079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 55.74%
G = 15.31%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E94079 (or 0xE94079) is known color: Dark Pink. HEX triplet: E9, 40 and 79. RGB value is (233,64,121). Sum of RGB (Red+Green+Blue) = 233+64+121=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E94079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94079 is #16BF86. Grayscale: #787878. Windows color (decimal): -1490823 or 7946473. OLE color: 7946473.

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

Color convert

RGB 233 64 121 -
CMYK 0 0.73 0.48 0.09
HSL 339.76º 0.79% 0.58% -
HSV(B) 339.76º 0.73% 0.91% -
XYZ 38.89 22.37 20.36 -
YUV 121.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 233 64 121 0 0.73 0.48 0.09 339.76 0.79 0.58
Hex E9 40 79 0 49 30 9 154 4F 3A
Octal 351 100 171 0 111 60 11 524 117 72
Binary 11101001 1000000 1111001 0 1001001 110000 1001 101010100 1001111 111010

Color Harmonies of #E94079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94079

Black with #E94079

Text Example


Text Example

White with #E94079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94079; }

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

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

background-color css

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

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

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

border-color css

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

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

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