#E85BA8

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

Shades of Brilliant Rose #E85BA8

Tints of Brilliant Rose #E85BA8

Color information

#E85BA8 (or 0xE85BA8) is unknown color: approx Brilliant Rose. HEX triplet: E8, 5B and A8. RGB value is (232,91,168). Sum of RGB (Red+Green+Blue) = 232+91+168=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85BA8 is #17A457. Grayscale: #8D8D8D. Windows color (decimal): -1549400 or 11033576. OLE color: 11033576.

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

Color convert

RGB23291168-
CMYK00.610.280.09
HSL327.23º75.4%63.33%-
HSV(B)327.23º60.78%90.98%-
XYZ44.0927.4740.02-
YUV141.94142.71192.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.25%
GREEN value IS 91 (35.94% from 255) = 18.53%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=47.25%
G=18.53%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329116800.610.280.09327.2375.463.33
HexE85BA803D1C91474b3f
Octal350133250075341150711377
Binary1110100010110111010100001111011110010011010001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BA8; }

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

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

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

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

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

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

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

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