#E85BA3

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

Shades of Brilliant Rose #E85BA3

Tints of Brilliant Rose #E85BA3

Color information

#E85BA3 (or 0xE85BA3) is unknown color: approx Brilliant Rose. HEX triplet: E8, 5B and A3. RGB value is (232,91,163). Sum of RGB (Red+Green+Blue) = 232+91+163=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA3 is #17A45C. Grayscale: #8D8D8D. Windows color (decimal): -1549405 or 10705896. OLE color: 10705896.

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

Color convert

RGB23291163-
CMYK00.610.300.09
HSL329.36º75.4%63.33%-
HSV(B)329.36º60.78%90.98%-
XYZ43.6327.2837.62-
YUV141.37140.21192.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=47.74%
G=18.72%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329116300.610.300.09329.3675.463.33
HexE85BA303D1E91494b3f
Octal350133243075361151111377
Binary1110100010110111010001101111011111010011010010011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BA3; }

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

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

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

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

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

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

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

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