#E94A83

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

Shades of Dark Pink #E94A83

Tints of Dark Pink #E94A83

Color information

#E94A83 (or 0xE94A83) is unknown color: approx Dark Pink. HEX triplet: E9, 4A and 83. RGB value is (233,74,131). Sum of RGB (Red+Green+Blue) = 233+74+131=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A83 is #16B57C. Grayscale: #7F7F7F. Windows color (decimal): -1488253 or 8604393. OLE color: 8604393.

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

Color convert

RGB23374131-
CMYK00.680.440.09
HSL338.49º78.33%60.2%-
HSV(B)338.49º68.24%91.37%-
XYZ40.1523.8623.96-
YUV128.04129.68202.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.20%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=53.20%
G=16.89%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337413100.680.440.09338.4978.3360.2
HexE94A830442C91524e3c
Octal3511122030104541152211674
Binary111010011001010100000110100010010110010011010100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A83; }

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

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

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

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

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

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

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

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