#E94A7E

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

Shades of Dark Pink #E94A7E

Tints of Dark Pink #E94A7E

Color information

#E94A7E (or 0xE94A7E) is unknown color: approx Dark Pink. HEX triplet: E9, 4A and 7E. RGB value is (233,74,126). Sum of RGB (Red+Green+Blue) = 233+74+126=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A7E is #16B581. Grayscale: #7F7F7F. Windows color (decimal): -1488258 or 8276713. OLE color: 8276713.

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

Color convert

RGB23374126-
CMYK00.680.460.09
HSL340.38º78.33%60.2%-
HSV(B)340.38º68.24%91.37%-
XYZ39.8223.7322.22-
YUV127.47127.18203.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.81%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=53.81%
G=17.09%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337412600.680.460.09340.3878.3360.2
HexE94A7E0442E91544e3c
Octal3511121760104561152411674
Binary11101001100101011111100100010010111010011010101001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A7E; }

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

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

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

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

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

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

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

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