#E08DF2

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

Shades of Violet #E08DF2

Tints of Violet #E08DF2

Color information

#E08DF2 (or 0xE08DF2) is unknown color: approx Violet. HEX triplet: E0, 8D and F2. RGB value is (224,141,242). Sum of RGB (Red+Green+Blue) = 224+141+242=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #E08DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08DF2 is #1F720D. Grayscale: #B1B1B1. Windows color (decimal): -2060814 or 15896032. OLE color: 15896032.

HSL color Cylindrical-coordinate representation of color #E08DF2: hue angle of 289.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08DF2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224141242-
CMYK0.070.4200.05
HSL289.31º79.53%75.1%-
HSV(B)289.31º41.74%94.9%-
XYZ56.2941.3189.01-
YUV177.33164.5161.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=36.90%
G=23.23%
B=39.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241412420.070.4200.05289.3179.5375.1
HexE08DF272A05121504b
Octal34021536275205441120113
Binary111000001000110111110010111101010010110010000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DF2; }

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

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

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

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

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

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

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

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