#E949AB

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

Shades of Brilliant Rose #E949AB

Tints of Brilliant Rose #E949AB

Color information

#E949AB (or 0xE949AB) is unknown color: approx Brilliant Rose. HEX triplet: E9, 49 and AB. RGB value is (233,73,171). Sum of RGB (Red+Green+Blue) = 233+73+171=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AB is #16B654. Grayscale: #838383. Windows color (decimal): -1488469 or 11225577. OLE color: 11225577.

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

Color convert

RGB23373171-
CMYK00.690.270.09
HSL323.25º78.43%60%-
HSV(B)323.25º68.67%91.37%-
XYZ43.3425.0341.08-
YUV132.01150.01200.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=48.85%
G=15.30%
B=35.85%

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
Decimal2337317100.690.270.09323.2578.4360
HexE949AB0451B91434e3c
Octal3511112530105331150311674
Binary11101001100100110101011010001011101110011010000111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E949AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E949AB; }

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

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

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

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

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

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

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

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