#ea5ea0

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

Shades of Brilliant Rose #EA5EA0

Tints of Brilliant Rose #EA5EA0

Color information

#EA5EA0 (or 0xEA5EA0) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5E and A0. RGB value is (234,94,160). Sum of RGB (Red+Green+Blue) = 234+94+160=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5EA0 is #15A15F. Grayscale: #8F8F8F. Windows color (decimal): -1417568 or 10510058. OLE color: 10510058.

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

Color convert

RGB23494160-
CMYK00.600.320.08
HSL331.71º76.92%64.31%-
HSV(B)331.71º59.83%91.76%-
XYZ44.2828.0436.34-
YUV143.38137.38192.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=47.95%
G=19.26%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349416000.600.320.08331.7176.9264.31
HexEA5EA003C20814c4d40
Octal3521362400744010514115100
Binary111010101011110101000000111100100000100010100110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea5ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea5ea0; }

 p { color: rgb(234,94,160); }

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

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

 a { background-color: rgb(234,94,160); }

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

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

 span { border-color: rgb(234,94,160); }

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