#E081EA

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

Shades of Violet #E081EA

Tints of Violet #E081EA

Color information

#E081EA (or 0xE081EA) is unknown color: approx Violet. HEX triplet: E0, 81 and EA. RGB value is (224,129,234). Sum of RGB (Red+Green+Blue) = 224+129+234=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #E081EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081EA is #1F7E15. Grayscale: #A9A9A9. Windows color (decimal): -2063894 or 15368672. OLE color: 15368672.

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

Color convert

RGB224129234-
CMYK0.040.4500.08
HSL294.29º71.43%71.18%-
HSV(B)294.29º44.87%91.76%-
XYZ53.4437.4982.26-
YUV169.38164.47166.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=38.16%
G=21.98%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241292340.040.4500.08294.2971.4371.18
HexE081EA42D081264747
Octal340201352455010446107107
Binary1110000010000001111010101001011010100010010011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081EA; }

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

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

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

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

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

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

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

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