#EA60A6

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

Shades of Brilliant Rose #EA60A6

Tints of Brilliant Rose #EA60A6

Color information

#EA60A6 (or 0xEA60A6) is unknown color: approx Brilliant Rose. HEX triplet: EA, 60 and A6. RGB value is (234,96,166). Sum of RGB (Red+Green+Blue) = 234+96+166=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA60A6 is #159F59. Grayscale: #919191. Windows color (decimal): -1417050 or 10903786. OLE color: 10903786.

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

Color convert

RGB23496166-
CMYK00.590.290.08
HSL329.57º76.67%64.71%-
HSV(B)329.57º58.97%91.76%-
XYZ4528.6139.23-
YUV145.24139.72191.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=47.18%
G=19.35%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349616600.590.290.08329.5776.6764.71
HexEA60A603B1D814a4d41
Octal3521402460733510512115101
Binary11101010110000010100110011101111101100010100101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60A6; }

 p { color: rgb(234,96,166); }

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

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

 a { background-color: rgb(234,96,166); }

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

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

 span { border-color: rgb(234,96,166); }

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