#E08DF5

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

Shades of Violet #E08DF5

Tints of Violet #E08DF5

Color information

#E08DF5 (or 0xE08DF5) is unknown color: approx Violet. HEX triplet: E0, 8D and F5. RGB value is (224,141,245). Sum of RGB (Red+Green+Blue) = 224+141+245=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #E08DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DF5 is #1F720A. Grayscale: #B1B1B1. Windows color (decimal): -2060811 or 16092640. OLE color: 16092640.

HSL color Cylindrical-coordinate representation of color #E08DF5: hue angle of 287.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08DF5 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224141245-
CMYK0.090.4200.04
HSL287.88º83.87%75.69%-
HSV(B)287.88º42.45%96.08%-
XYZ56.7541.4991.4-
YUV177.67166161.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 141 (55.47% from 255) = 23.11%
BLUE value IS 245 (96.09% from 255) = 40.16%
R=36.72%
G=23.11%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241412450.090.4200.04287.8883.8775.69
HexE08DF592A04120544c
Octal340215365115204440124114
Binary1110000010001101111101011001101010010010010000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DF5; }

 p { color: rgb(224,141,245); }

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

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

 a { background-color: rgb(224,141,245); }

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

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

 span { border-color: rgb(224,141,245); }

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