#E08FEB

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

Shades of Violet #E08FEB

Tints of Violet #E08FEB

Color information

#E08FEB (or 0xE08FEB) is unknown color: approx Violet. HEX triplet: E0, 8F and EB. RGB value is (224,143,235). Sum of RGB (Red+Green+Blue) = 224+143+235=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #E08FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FEB is #1F7014. Grayscale: #B1B1B1. Windows color (decimal): -2060309 or 15437792. OLE color: 15437792.

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

Color convert

RGB224143235-
CMYK0.050.3900.08
HSL292.83º69.7%74.12%-
HSV(B)292.83º39.15%92.16%-
XYZ55.5641.4983.68-
YUV177.71160.34161.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=37.21%
G=23.75%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241432350.050.3900.08292.8369.774.12
HexE08FEB52708125464a
Octal340217353547010445106112
Binary1110000010001111111010111011001110100010010010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08FEB; }

 p { color: rgb(224,143,235); }

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

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

 a { background-color: rgb(224,143,235); }

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

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

 span { border-color: rgb(224,143,235); }

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