#EA58AC

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

Shades of Brilliant Rose #EA58AC

Tints of Brilliant Rose #EA58AC

Color information

#EA58AC (or 0xEA58AC) is unknown color: approx Brilliant Rose. HEX triplet: EA, 58 and AC. RGB value is (234,88,172). Sum of RGB (Red+Green+Blue) = 234+88+172=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA58AC is #15A753. Grayscale: #8D8D8D. Windows color (decimal): -1419092 or 11294954. OLE color: 11294954.

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

Color convert

RGB23488172-
CMYK00.620.260.08
HSL325.48º77.66%63.14%-
HSV(B)325.48º62.39%91.76%-
XYZ44.8727.4541.96-
YUV141.23145.37194.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 88 (34.77% from 255) = 17.81%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=47.37%
G=17.81%
B=34.82%

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
Decimal2348817200.620.260.08325.4877.6663.14
HexEA58AC03E1A81454e3f
Octal352130254076321050511677
Binary1110101010110001010110001111101101010001010001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA58AC; }

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

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

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

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

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

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

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

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