#EA5AAF

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

Shades of Brilliant Rose #EA5AAF

Tints of Brilliant Rose #EA5AAF

Color information

#EA5AAF (or 0xEA5AAF) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5A and AF. RGB value is (234,90,175). Sum of RGB (Red+Green+Blue) = 234+90+175=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5AAF is #15A550. Grayscale: #8E8E8E. Windows color (decimal): -1418577 or 11492074. OLE color: 11492074.

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

Color convert

RGB23490175-
CMYK00.620.250.08
HSL324.58º77.42%63.53%-
HSV(B)324.58º61.54%91.76%-
XYZ45.3327.943.55-
YUV142.75146.21193.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=46.89%
G=18.04%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349017500.620.250.08324.5877.4263.53
HexEA5AAF03E1981454d40
Octal3521322570763110505115100
Binary11101010101101010101111011111011001100010100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5AAF; }

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

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

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

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

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

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

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

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