#E08AEA

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

Shades of Violet #E08AEA

Tints of Violet #E08AEA

Color information

#E08AEA (or 0xE08AEA) is unknown color: approx Violet. HEX triplet: E0, 8A and EA. RGB value is (224,138,234). Sum of RGB (Red+Green+Blue) = 224+138+234=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #E08AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AEA is #1F7515. Grayscale: #AEAEAE. Windows color (decimal): -2061590 or 15370976. OLE color: 15370976.

HSL color Cylindrical-coordinate representation of color #E08AEA: hue angle of 293.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08AEA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224138234-
CMYK0.040.4100.08
HSL293.75º69.57%72.94%-
HSV(B)293.75º41.03%91.76%-
XYZ54.6839.9682.67-
YUV174.66161.49163.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.58%
GREEN value IS 138 (54.30% from 255) = 23.15%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=37.58%
G=23.15%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241382340.040.4100.08293.7569.5772.94
HexE08AEA429081264649
Octal340212352451010446106111
Binary1110000010001010111010101001010010100010010011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08AEA; }

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

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

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

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

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

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

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

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