#EB49A2

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

Shades of Brilliant Rose #EB49A2

Tints of Brilliant Rose #EB49A2

Color information

#EB49A2 (or 0xEB49A2) is unknown color: approx Brilliant Rose. HEX triplet: EB, 49 and A2. RGB value is (235,73,162). Sum of RGB (Red+Green+Blue) = 235+73+162=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A2 is #14B65D. Grayscale: #838383. Windows color (decimal): -1357406 or 10635755. OLE color: 10635755.

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

Color convert

RGB23573162-
CMYK00.690.310.08
HSL327.04º80.2%60.39%-
HSV(B)327.04º68.94%92.16%-
XYZ43.1725.0436.74-
YUV131.58145.17201.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=50%
G=15.53%
B=34.47%

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
Decimal2357316200.690.310.08327.0480.260.39
HexEB49A20451F8147503c
Octal3531112420105371050712074
Binary11101011100100110100010010001011111110001010001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49A2; }

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

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

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

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

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

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

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

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