#E949A9

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

Shades of Brilliant Rose #E949A9

Tints of Brilliant Rose #E949A9

Color information

#E949A9 (or 0xE949A9) is unknown color: approx Brilliant Rose. HEX triplet: E9, 49 and A9. RGB value is (233,73,169). Sum of RGB (Red+Green+Blue) = 233+73+169=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E949A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949A9 is #16B656. Grayscale: #838383. Windows color (decimal): -1488471 or 11094505. OLE color: 11094505.

HSL color Cylindrical-coordinate representation of color #E949A9: hue angle of 324º degrees, saturation: 0.78, 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 #E949A9 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB23373169-
CMYK00.690.270.09
HSL324º78.43%60%-
HSV(B)324º68.67%91.37%-
XYZ43.1524.9540.08-
YUV131.78149.01200.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.05%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=49.05%
G=15.37%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337316900.690.270.0932478.4360
HexE949A90451B91444e3c
Octal3511112510105331150411674
Binary11101001100100110101001010001011101110011010001001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E949A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E949A9; }

 p { color: rgb(233,73,169); }

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

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

 a { background-color: rgb(233,73,169); }

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

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

 span { border-color: rgb(233,73,169); }

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