Html Css Color HEX #E94979 Dark Pink

📋 copy color: '#E94979'

red 233 ◦ green 73 ◦ blue 121

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

Shades of Dark Pink #E94979

Tints of Dark Pink #E94979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

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

R = 54.57%
G = 17.1%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E94979 (or 0xE94979) is known color: Dark Pink. HEX triplet: E9, 49 and 79. RGB value is (233,73,121). Sum of RGB (Red+Green+Blue) = 233+73+121=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E94979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94979 is #16B686. Grayscale: #7E7E7E. Windows color (decimal): -1488519 or 7948777. OLE color: 7948777.

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

Color convert

RGB 233 73 121 -
CMYK 0 0.69 0.48 0.09
HSL 342º 0.78% 0.6% -
HSV(B) 342º 0.69% 0.91% -
XYZ 39.44 23.47 20.54 -
YUV 126.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 233 73 121 0 0.69 0.48 0.09 342 0.78 0.6
Hex E9 49 79 0 45 30 9 156 4E 3C
Octal 351 111 171 0 105 60 11 526 116 74
Binary 11101001 1001001 1111001 0 1000101 110000 1001 101010110 1001110 111100

Color Harmonies of #E94979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94979

Black with #E94979

Text Example


Text Example

White with #E94979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94979; }

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

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

background-color css

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

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

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

border-color css

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

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

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