#E585F8

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

Shades of Violet #E585F8

Tints of Violet #E585F8

Color information

#E585F8 (or 0xE585F8) is unknown color: approx Violet. HEX triplet: E5, 85 and F8. RGB value is (229,133,248). Sum of RGB (Red+Green+Blue) = 229+133+248=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #E585F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E585F8 is #1A7A07. Grayscale: #AEAEAE. Windows color (decimal): -1735176 or 16287205. OLE color: 16287205.

HSL color Cylindrical-coordinate representation of color #E585F8: hue angle of 290.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E585F8 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229133248-
CMYK0.080.4600.03
HSL290.09º89.15%74.71%-
HSV(B)290.09º46.37%97.25%-
XYZ57.6440.2193.53-
YUV174.81169.3166.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.54%
GREEN value IS 133 (52.34% from 255) = 21.80%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=37.54%
G=21.80%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291332480.080.4600.03290.0989.1574.71
HexE585F882E03122594b
Octal345205370105603442131113
Binary111001011000010111111000100010111001110010001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585F8; }

 p { color: rgb(229,133,248); }

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

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

 a { background-color: rgb(229,133,248); }

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

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

 span { border-color: rgb(229,133,248); }

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