#EA5BAE

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

Shades of Brilliant Rose #EA5BAE

Tints of Brilliant Rose #EA5BAE

Color information

#EA5BAE (or 0xEA5BAE) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5B and AE. RGB value is (234,91,174). Sum of RGB (Red+Green+Blue) = 234+91+174=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5BAE is #15A451. Grayscale: #8F8F8F. Windows color (decimal): -1418322 or 11426794. OLE color: 11426794.

HSL color Cylindrical-coordinate representation of color #EA5BAE: hue angle of 325.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5BAE is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23491174-
CMYK00.610.260.08
HSL325.17º77.3%63.73%-
HSV(B)325.17º61.11%91.76%-
XYZ45.3128.0343.07-
YUV143.22145.38192.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 91 (35.94% from 255) = 18.24%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=46.89%
G=18.24%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349117400.610.260.08325.1777.363.73
HexEA5BAE03D1A81454d40
Octal3521332560753210505115100
Binary11101010101101110101110011110111010100010100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BAE; }

 p { color: rgb(234,91,174); }

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

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

 a { background-color: rgb(234,91,174); }

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

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

 span { border-color: rgb(234,91,174); }

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