#E85EA3

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

Shades of Brilliant Rose #E85EA3

Tints of Brilliant Rose #E85EA3

Color information

#E85EA3 (or 0xE85EA3) is unknown color: approx Brilliant Rose. HEX triplet: E8, 5E and A3. RGB value is (232,94,163). Sum of RGB (Red+Green+Blue) = 232+94+163=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85EA3 is #17A15C. Grayscale: #8E8E8E. Windows color (decimal): -1548637 or 10706664. OLE color: 10706664.

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

Color convert

RGB23294163-
CMYK00.590.300.09
HSL330º75%63.92%-
HSV(B)330º59.48%90.98%-
XYZ43.8927.8137.7-
YUV143.13139.22191.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 94 (37.11% from 255) = 19.22%
BLUE value IS 163 (64.06% from 255) = 33.33%
R=47.44%
G=19.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329416300.590.300.093307563.92
HexE85EA303B1E914a4b40
Octal3501362430733611512113100
Binary11101000101111010100011011101111110100110100101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EA3; }

 p { color: rgb(232,94,163); }

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

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

 a { background-color: rgb(232,94,163); }

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

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

 span { border-color: rgb(232,94,163); }

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