#E860A1

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

Shades of Brilliant Rose #E860A1

Tints of Brilliant Rose #E860A1

Color information

#E860A1 (or 0xE860A1) is unknown color: approx Brilliant Rose. HEX triplet: E8, 60 and A1. RGB value is (232,96,161). Sum of RGB (Red+Green+Blue) = 232+96+161=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E860A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E860A1 is #179F5E. Grayscale: #8F8F8F. Windows color (decimal): -1548127 or 10576104. OLE color: 10576104.

HSL color Cylindrical-coordinate representation of color #E860A1: hue angle of 331.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E860A1 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23296161-
CMYK00.590.310.09
HSL331.32º74.73%64.31%-
HSV(B)331.32º58.62%90.98%-
XYZ43.8928.0936.83-
YUV144.07137.56190.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=47.44%
G=19.63%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329616100.590.310.09331.3274.7364.31
HexE860A103B1F914b4b40
Octal3501402410733711513113100
Binary11101000110000010100001011101111111100110100101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E860A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E860A1; }

 p { color: rgb(232,96,161); }

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

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

 a { background-color: rgb(232,96,161); }

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

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

 span { border-color: rgb(232,96,161); }

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