#EA60A5

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

Shades of Brilliant Rose #EA60A5

Tints of Brilliant Rose #EA60A5

Color information

#EA60A5 (or 0xEA60A5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 60 and A5. RGB value is (234,96,165). Sum of RGB (Red+Green+Blue) = 234+96+165=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA60A5 is #159F5A. Grayscale: #909090. Windows color (decimal): -1417051 or 10838250. OLE color: 10838250.

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

Color convert

RGB23496165-
CMYK00.590.290.08
HSL330º76.67%64.71%-
HSV(B)330º58.97%91.76%-
XYZ44.9128.5738.75-
YUV145.13139.22191.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=47.27%
G=19.39%
B=33.33%

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
Decimal2349616500.590.290.0833076.6764.71
HexEA60A503B1D814a4d41
Octal3521402450733510512115101
Binary11101010110000010100101011101111101100010100101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60A5; }

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

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

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

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

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

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

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

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