#E08DEA

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

Shades of Violet #E08DEA

Tints of Violet #E08DEA

Color information

#E08DEA (or 0xE08DEA) is unknown color: approx Violet. HEX triplet: E0, 8D and EA. RGB value is (224,141,234). Sum of RGB (Red+Green+Blue) = 224+141+234=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #E08DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DEA is #1F7215. Grayscale: #B0B0B0. Windows color (decimal): -2060822 or 15371744. OLE color: 15371744.

HSL color Cylindrical-coordinate representation of color #E08DEA: hue angle of 293.55º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08DEA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224141234-
CMYK0.040.4000.08
HSL293.55º68.89%73.53%-
HSV(B)293.55º39.74%91.76%-
XYZ55.1240.8482.82-
YUV176.42160.5161.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.40%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=37.40%
G=23.54%
B=39.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241412340.040.4000.08293.5568.8973.53
HexE08DEA42808126454a
Octal340215352450010446105112
Binary1110000010001101111010101001010000100010010011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DEA; }

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

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

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

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

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

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

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

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