#E94A84

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

Shades of Dark Pink #E94A84

Tints of Dark Pink #E94A84

Color information

#E94A84 (or 0xE94A84) is unknown color: approx Dark Pink. HEX triplet: E9, 4A and 84. RGB value is (233,74,132). Sum of RGB (Red+Green+Blue) = 233+74+132=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A84 is #16B57B. Grayscale: #808080. Windows color (decimal): -1488252 or 8669929. OLE color: 8669929.

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

Color convert

RGB23374132-
CMYK00.680.430.09
HSL338.11º78.33%60.2%-
HSV(B)338.11º68.24%91.37%-
XYZ40.2223.8924.32-
YUV128.15130.18202.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.08%
GREEN value IS 74 (29.30% from 255) = 16.86%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=53.08%
G=16.86%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337413200.680.430.09338.1178.3360.2
HexE94A840442B91524e3c
Octal3511122040104531152211674
Binary111010011001010100001000100010010101110011010100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A84; }

 p { color: rgb(233,74,132); }

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

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

 a { background-color: rgb(233,74,132); }

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

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

 span { border-color: rgb(233,74,132); }

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