#E94C81

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

Shades of Dark Pink #E94C81

Tints of Dark Pink #E94C81

Color information

#E94C81 (or 0xE94C81) is unknown color: approx Dark Pink. HEX triplet: E9, 4C and 81. RGB value is (233,76,129). Sum of RGB (Red+Green+Blue) = 233+76+129=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C81 is #16B37E. Grayscale: #808080. Windows color (decimal): -1487743 or 8473833. OLE color: 8473833.

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

Color convert

RGB23376129-
CMYK00.670.450.09
HSL339.75º78.11%60.59%-
HSV(B)339.75º67.38%91.37%-
XYZ40.1524.0823.3-
YUV128.98128.01202.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=53.20%
G=17.35%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337612900.670.450.09339.7578.1160.59
HexE94C810432D91544e3d
Octal3511142010103551152411675
Binary111010011001100100000010100001110110110011010101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94C81; }

 p { color: rgb(233,76,129); }

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

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

 a { background-color: rgb(233,76,129); }

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

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

 span { border-color: rgb(233,76,129); }

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