#E083EA

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

Shades of Violet #E083EA

Tints of Violet #E083EA

Color information

#E083EA (or 0xE083EA) is unknown color: approx Violet. HEX triplet: E0, 83 and EA. RGB value is (224,131,234). Sum of RGB (Red+Green+Blue) = 224+131+234=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #E083EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E083EA is #1F7C15. Grayscale: #AAAAAA. Windows color (decimal): -2063382 or 15369184. OLE color: 15369184.

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

Color convert

RGB224131234-
CMYK0.040.4400.08
HSL294.17º71.03%71.57%-
HSV(B)294.17º44.02%91.76%-
XYZ53.7138.0282.35-
YUV170.55163.81166.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=38.03%
G=22.24%
B=39.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241312340.040.4400.08294.1771.0371.57
HexE083EA42C081264748
Octal340203352454010446107110
Binary1110000010000011111010101001011000100010010011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E083EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E083EA; }

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

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

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

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

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

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

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

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