#E560A6

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

Shades of Brilliant Rose #E560A6

Tints of Brilliant Rose #E560A6

Color information

#E560A6 (or 0xE560A6) is unknown color: approx Brilliant Rose. HEX triplet: E5, 60 and A6. RGB value is (229,96,166). Sum of RGB (Red+Green+Blue) = 229+96+166=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E560A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560A6 is #1A9F59. Grayscale: #8F8F8F. Windows color (decimal): -1744730 or 10903781. OLE color: 10903781.

HSL color Cylindrical-coordinate representation of color #E560A6: hue angle of 328.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E560A6 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB22996166-
CMYK00.580.280.10
HSL328.42º71.89%63.73%-
HSV(B)328.42º58.08%89.8%-
XYZ43.3827.7839.15-
YUV143.75140.56188.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=46.64%
G=19.55%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299616600.580.280.10328.4271.8963.73
HexE560A603A1CA1484840
Octal3451402460723412510110100
Binary11100101110000010100110011101011100101010100100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E560A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E560A6; }

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

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

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

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

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

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

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

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