Html Css Color HEX #E94F77 Dark Pink

📋 copy color: '#E94F77'

red 233 ◦ green 79 ◦ blue 119

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

Shades of Dark Pink #E94F77

Tints of Dark Pink #E94F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 54.06%
G = 18.33%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E94F77 (or 0xE94F77) is known color: Dark Pink. HEX triplet: E9, 4F and 77. RGB value is (233,79,119). Sum of RGB (Red+Green+Blue) = 233+79+119=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F77 is #16B088. Grayscale: #818181. Windows color (decimal): -1486985 or 7819241. OLE color: 7819241.

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

Color convert

RGB 233 79 119 -
CMYK 0 0.66 0.49 0.09
HSL 344.42º 0.78% 0.61% -
HSV(B) 344.42º 0.66% 0.91% -
XYZ 39.73 24.25 20.04 -
YUV 129.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 233 79 119 0 0.66 0.49 0.09 344.42 0.78 0.61
Hex E9 4F 77 0 42 31 9 158 4E 3D
Octal 351 117 167 0 102 61 11 530 116 75
Binary 11101001 1001111 1110111 0 1000010 110001 1001 101011000 1001110 111101

Color Harmonies of #E94F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F77

Black with #E94F77

Text Example


Text Example

White with #E94F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F77; }

 p { color: rgb(233,79,119); }

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

background-color css

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

 a { background-color: rgb(233,79,119); }

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

border-color css

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

 span { border-color: rgb(233,79,119); }

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