#EA5AAE

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

Shades of Brilliant Rose #EA5AAE

Tints of Brilliant Rose #EA5AAE

Color information

#EA5AAE (or 0xEA5AAE) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5A and AE. RGB value is (234,90,174). Sum of RGB (Red+Green+Blue) = 234+90+174=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5AAE is #15A551. Grayscale: #8E8E8E. Windows color (decimal): -1418578 or 11426538. OLE color: 11426538.

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

Color convert

RGB23490174-
CMYK00.620.260.08
HSL325º77.42%63.53%-
HSV(B)325º61.54%91.76%-
XYZ45.2327.8643.04-
YUV142.63145.71193.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=46.99%
G=18.07%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349017400.620.260.0832577.4263.53
HexEA5AAE03E1A81454d40
Octal3521322560763210505115100
Binary11101010101101010101110011111011010100010100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5AAE; }

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

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

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

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

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

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

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

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