#E947A0

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

Shades of Brilliant Rose #E947A0

Tints of Brilliant Rose #E947A0

Color information

#E947A0 (or 0xE947A0) is unknown color: approx Brilliant Rose. HEX triplet: E9, 47 and A0. RGB value is (233,71,160). Sum of RGB (Red+Green+Blue) = 233+71+160=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E947A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E947A0 is #16B85F. Grayscale: #818181. Windows color (decimal): -1488992 or 10504169. OLE color: 10504169.

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

Color convert

RGB23371160-
CMYK00.700.310.09
HSL327.04º78.64%59.61%-
HSV(B)327.04º69.53%91.37%-
XYZ42.224.3735.74-
YUV129.58145.17201.76-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.22%
GREEN value IS 71 (28.12% from 255) = 15.30%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=50.22%
G=15.30%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337116000.700.310.09327.0478.6459.61
HexE947A00461F91474f3c
Octal3511072400106371150711774
Binary11101001100011110100000010001101111110011010001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E947A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E947A0; }

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

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

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

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

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

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

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

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