#EA60A7

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

Shades of Brilliant Rose #EA60A7

Tints of Brilliant Rose #EA60A7

Color information

#EA60A7 (or 0xEA60A7) is unknown color: approx Brilliant Rose. HEX triplet: EA, 60 and A7. RGB value is (234,96,167). Sum of RGB (Red+Green+Blue) = 234+96+167=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA60A7 is #159F58. Grayscale: #919191. Windows color (decimal): -1417049 or 10969322. OLE color: 10969322.

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

Color convert

RGB23496167-
CMYK00.590.290.08
HSL329.13º76.67%64.71%-
HSV(B)329.13º58.97%91.76%-
XYZ45.0928.6539.71-
YUV145.36140.22191.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=47.08%
G=19.32%
B=33.60%

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
Decimal2349616700.590.290.08329.1376.6764.71
HexEA60A703B1D81494d41
Octal3521402470733510511115101
Binary11101010110000010100111011101111101100010100100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60A7; }

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

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

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

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

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

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

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

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