#EB49A9

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

Shades of Brilliant Rose #EB49A9

Tints of Brilliant Rose #EB49A9

Color information

#EB49A9 (or 0xEB49A9) is unknown color: approx Brilliant Rose. HEX triplet: EB, 49 and A9. RGB value is (235,73,169). Sum of RGB (Red+Green+Blue) = 235+73+169=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A9 is #14B656. Grayscale: #848484. Windows color (decimal): -1357399 or 11094507. OLE color: 11094507.

HSL color Cylindrical-coordinate representation of color #EB49A9: hue angle of 324.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49A9 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23573169-
CMYK00.690.280.08
HSL324.44º80.2%60.39%-
HSV(B)324.44º68.94%92.16%-
XYZ43.825.2940.11-
YUV132.38148.67201.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.27%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=49.27%
G=15.30%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357316900.690.280.08324.4480.260.39
HexEB49A90451C8144503c
Octal3531112510105341050412074
Binary11101011100100110101001010001011110010001010001001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49A9; }

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

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

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

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

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

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

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

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