#E9457B

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

Shades of Dark Pink #E9457B

Tints of Dark Pink #E9457B

Color information

#E9457B (or 0xE9457B) is unknown color: approx Dark Pink. HEX triplet: E9, 45 and 7B. RGB value is (233,69,123). Sum of RGB (Red+Green+Blue) = 233+69+123=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9457B is #16BA84. Grayscale: #7C7C7C. Windows color (decimal): -1489541 or 8078825. OLE color: 8078825.

HSL color Cylindrical-coordinate representation of color #E9457B: hue angle of 340.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9457B is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB23369123-
CMYK00.700.470.09
HSL340.24º78.85%59.22%-
HSV(B)340.24º70.39%91.37%-
XYZ39.3123.0121.11-
YUV124.19127.33205.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=54.82%
G=16.24%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336912300.700.470.09340.2478.8559.22
HexE9457B0462F91544f3b
Octal3511051730106571152411773
Binary11101001100010111110110100011010111110011010101001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9457B; }

 p { color: rgb(233,69,123); }

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

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

 a { background-color: rgb(233,69,123); }

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

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

 span { border-color: rgb(233,69,123); }

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