#E08AE0

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

Shades of Violet #E08AE0

Tints of Violet #E08AE0

Color information

#E08AE0 (or 0xE08AE0) is unknown color: approx Violet. HEX triplet: E0, 8A and E0. RGB value is (224,138,224). Sum of RGB (Red+Green+Blue) = 224+138+224=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E08AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08AE0 is #1F751F. Grayscale: #ADADAD. Windows color (decimal): -2061600 or 14715616. OLE color: 14715616.

HSL color Cylindrical-coordinate representation of color #E08AE0: hue angle of 300º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08AE0 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224138224-
CMYK00.3800.12
HSL300º58.11%70.98%-
HSV(B)300º38.39%87.84%-
XYZ53.2839.4175.32-
YUV173.52156.49164.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=38.23%
G=23.55%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413822400.3800.1230058.1170.98
HexE08AE00260C12c3a47
Octal34021234004601445472107
Binary1110000010001010111000000100110011001001011001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AE0; }

 p { color: rgb(224,138,224); }

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

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

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

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

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

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

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