#E08AE6

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

Shades of Violet #E08AE6

Tints of Violet #E08AE6

Color information

#E08AE6 (or 0xE08AE6) is unknown color: approx Violet. HEX triplet: E0, 8A and E6. RGB value is (224,138,230). Sum of RGB (Red+Green+Blue) = 224+138+230=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #E08AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AE6 is #1F7519. Grayscale: #ADADAD. Windows color (decimal): -2061594 or 15108832. OLE color: 15108832.

HSL color Cylindrical-coordinate representation of color #E08AE6: hue angle of 296.09º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08AE6 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224138230-
CMYK0.030.400.10
HSL296.09º64.79%72.16%-
HSV(B)296.09º40%90.2%-
XYZ54.1139.7479.68-
YUV174.2159.49163.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 138 (54.30% from 255) = 23.31%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=37.84%
G=23.31%
B=38.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241382300.030.400.10296.0964.7972.16
HexE08AE63280A1284148
Octal340212346350012450101110
Binary111000001000101011100110111010000101010010100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AE6; }

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

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

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

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

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

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

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

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