#EA57AC

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

Shades of Brilliant Rose #EA57AC

Tints of Brilliant Rose #EA57AC

Color information

#EA57AC (or 0xEA57AC) is unknown color: approx Brilliant Rose. HEX triplet: EA, 57 and AC. RGB value is (234,87,172). Sum of RGB (Red+Green+Blue) = 234+87+172=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA57AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA57AC is #15A853. Grayscale: #8C8C8C. Windows color (decimal): -1419348 or 11294698. OLE color: 11294698.

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

Color convert

RGB23487172-
CMYK00.630.260.08
HSL325.31º77.78%62.94%-
HSV(B)325.31º62.82%91.76%-
XYZ44.7927.2941.94-
YUV140.64145.7194.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.46%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=47.46%
G=17.65%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348717200.630.260.08325.3177.7862.94
HexEA57AC03F1A81454e3f
Octal352127254077321050511677
Binary1110101010101111010110001111111101010001010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA57AC; }

 p { color: rgb(234,87,172); }

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

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

 a { background-color: rgb(234,87,172); }

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

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

 span { border-color: rgb(234,87,172); }

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