#E94E72

Color #E94E72 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E94E72

Tints of Dark Pink #E94E72

Color information

#E94E72 (or 0xE94E72) is unknown color: approx Dark Pink. HEX triplet: E9, 4E and 72. RGB value is (233,78,114). Sum of RGB (Red+Green+Blue) = 233+78+114=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E72 is #16B18D. Grayscale: #808080. Windows color (decimal): -1487246 or 7491305. OLE color: 7491305.

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

Color convert

RGB23378114-
CMYK00.670.510.09
HSL346.06º77.89%60.98%-
HSV(B)346.06º66.52%91.37%-
XYZ39.3723.9918.47-
YUV128.45119.85202.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 78 (30.86% from 255) = 18.35%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=54.82%
G=18.35%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337811400.670.510.09346.0677.8960.98
HexE94E7204333915a4e3d
Octal3511161620103631153211675
Binary11101001100111011100100100001111001110011010110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E72; }

 p { color: rgb(233,78,114); }

 H1.HeaderClassName
 {
   color: #E94E72;
 }
 .AnyTagClassName
 {
   color: #E94E72;
 }
</style>
background-color css

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

 a { background-color: rgb(233,78,114); }

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

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

 span { border-color: rgb(233,78,114); }

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