#EA60A4

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

Shades of Brilliant Rose #EA60A4

Tints of Brilliant Rose #EA60A4

Color information

#EA60A4 (or 0xEA60A4) is unknown color: approx Brilliant Rose. HEX triplet: EA, 60 and A4. RGB value is (234,96,164). Sum of RGB (Red+Green+Blue) = 234+96+164=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA60A4 is #159F5B. Grayscale: #909090. Windows color (decimal): -1417052 or 10772714. OLE color: 10772714.

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

Color convert

RGB23496164-
CMYK00.590.300.08
HSL330.43º76.67%64.71%-
HSV(B)330.43º58.97%91.76%-
XYZ44.8228.5438.27-
YUV145.01138.72191.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=47.37%
G=19.43%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349616400.590.300.08330.4376.6764.71
HexEA60A403B1E814a4d41
Octal3521402440733610512115101
Binary11101010110000010100100011101111110100010100101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60A4; }

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

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

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

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

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

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

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

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