#EB49A1

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

Shades of Brilliant Rose #EB49A1

Tints of Brilliant Rose #EB49A1

Color information

#EB49A1 (or 0xEB49A1) is unknown color: approx Brilliant Rose. HEX triplet: EB, 49 and A1. RGB value is (235,73,161). Sum of RGB (Red+Green+Blue) = 235+73+161=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A1 is #14B65E. Grayscale: #838383. Windows color (decimal): -1357407 or 10570219. OLE color: 10570219.

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

Color convert

RGB23573161-
CMYK00.690.310.08
HSL327.41º80.2%60.39%-
HSV(B)327.41º68.94%92.16%-
XYZ43.082536.27-
YUV131.47144.67201.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=50.11%
G=15.57%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357316100.690.310.08327.4180.260.39
HexEB49A10451F8147503c
Octal3531112410105371050712074
Binary11101011100100110100001010001011111110001010001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49A1; }

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

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

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

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

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

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

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

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