#E9489F

Color #E9489F Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E9489F

Tints of Brilliant Rose #E9489F

Color information

#E9489F (or 0xE9489F) is unknown color: approx Brilliant Rose. HEX triplet: E9, 48 and 9F. RGB value is (233,72,159). Sum of RGB (Red+Green+Blue) = 233+72+159=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E9489F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9489F is #16B760. Grayscale: #818181. Windows color (decimal): -1488737 or 10438889. OLE color: 10438889.

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

Color convert

RGB23372159-
CMYK00.690.320.09
HSL327.58º78.54%59.8%-
HSV(B)327.58º69.1%91.37%-
XYZ42.1824.4635.3-
YUV130.06144.34201.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 72 (28.52% from 255) = 15.52%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=50.22%
G=15.52%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337215900.690.320.09327.5878.5459.8
HexE9489F0452091484f3c
Octal3511102370105401151011774
Binary111010011001000100111110100010110000010011010010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9489F; }

 p { color: rgb(233,72,159); }

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

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

 a { background-color: rgb(233,72,159); }

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

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

 span { border-color: rgb(233,72,159); }

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