#EB49AE

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

Shades of Brilliant Rose #EB49AE

Tints of Brilliant Rose #EB49AE

Color information

#EB49AE (or 0xEB49AE) is unknown color: approx Brilliant Rose. HEX triplet: EB, 49 and AE. RGB value is (235,73,174). Sum of RGB (Red+Green+Blue) = 235+73+174=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49AE is #14B651. Grayscale: #848484. Windows color (decimal): -1357394 or 11422187. OLE color: 11422187.

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

Color convert

RGB23573174-
CMYK00.690.260.08
HSL322.59º80.2%60.39%-
HSV(B)322.59º68.94%92.16%-
XYZ44.2825.4842.63-
YUV132.95151.17200.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 73 (28.91% from 255) = 15.15%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=48.76%
G=15.15%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357317400.690.260.08322.5980.260.39
HexEB49AE0451A8143503c
Octal3531112560105321050312074
Binary11101011100100110101110010001011101010001010000111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49AE; }

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

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

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

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

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

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

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

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