#E08CE5

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

Shades of Violet #E08CE5

Tints of Violet #E08CE5

Color information

#E08CE5 (or 0xE08CE5) is unknown color: approx Violet. HEX triplet: E0, 8C and E5. RGB value is (224,140,229). Sum of RGB (Red+Green+Blue) = 224+140+229=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #E08CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CE5 is #1F731A. Grayscale: #AEAEAE. Windows color (decimal): -2061083 or 15043808. OLE color: 15043808.

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

Color convert

RGB224140229-
CMYK0.020.3900.10
HSL296.63º63.12%72.35%-
HSV(B)296.63º38.86%89.8%-
XYZ54.2640.2679.04-
YUV175.26158.33162.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 140 (55.08% from 255) = 23.61%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=37.77%
G=23.61%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241402290.020.3900.10296.6363.1272.35
HexE08CE52270A1293f48
Octal34021434524701245177110
Binary11100000100011001110010110100111010101001010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CE5; }

 p { color: rgb(224,140,229); }

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

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

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

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

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

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

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