Html Css Color HEX #E94F74 Dark Pink

📋 copy color: '#E94F74'

red 233 ◦ green 79 ◦ blue 116

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

Shades of Dark Pink #E94F74

Tints of Dark Pink #E94F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 54.44%
G = 18.46%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E94F74 (or 0xE94F74) is known color: Dark Pink. HEX triplet: E9, 4F and 74. RGB value is (233,79,116). Sum of RGB (Red+Green+Blue) = 233+79+116=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F74 is #16B08B. Grayscale: #818181. Windows color (decimal): -1486988 or 7622633. OLE color: 7622633.

HSL color Cylindrical-coordinate representation of color #E94F74: hue angle of 345.58º 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 #E94F74 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 79 116 -
CMYK 0 0.66 0.50 0.09
HSL 345.58º 0.78% 0.61% -
HSV(B) 345.58º 0.66% 0.91% -
XYZ 39.55 24.18 19.1 -
YUV 129.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 233 79 116 0 0.66 0.50 0.09 345.58 0.78 0.61
Hex E9 4F 74 0 42 32 9 15A 4E 3D
Octal 351 117 164 0 102 62 11 532 116 75
Binary 11101001 1001111 1110100 0 1000010 110010 1001 101011010 1001110 111101

Color Harmonies of #E94F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F74

Black with #E94F74

Text Example


Text Example

White with #E94F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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