#E9479F

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

Shades of Brilliant Rose #E9479F

Tints of Brilliant Rose #E9479F

Color information

#E9479F (or 0xE9479F) is unknown color: approx Brilliant Rose. HEX triplet: E9, 47 and 9F. RGB value is (233,71,159). Sum of RGB (Red+Green+Blue) = 233+71+159=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E9479F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9479F is #16B860. Grayscale: #818181. Windows color (decimal): -1488993 or 10438633. OLE color: 10438633.

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

Color convert

RGB23371159-
CMYK00.700.320.09
HSL327.41º78.64%59.61%-
HSV(B)327.41º69.53%91.37%-
XYZ42.1224.3335.28-
YUV129.47144.67201.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.32%
GREEN value IS 71 (28.12% from 255) = 15.33%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=50.32%
G=15.33%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337115900.700.320.09327.4178.6459.61
HexE9479F0462091474f3c
Octal3511072370106401150711774
Binary111010011000111100111110100011010000010011010001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9479F; }

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

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

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

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

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

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

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

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