#E08CF1

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

Shades of Violet #E08CF1

Tints of Violet #E08CF1

Color information

#E08CF1 (or 0xE08CF1) is unknown color: approx Violet. HEX triplet: E0, 8C and F1. RGB value is (224,140,241). Sum of RGB (Red+Green+Blue) = 224+140+241=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #E08CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CF1 is #1F730E. Grayscale: #B0B0B0. Windows color (decimal): -2061071 or 15830240. OLE color: 15830240.

HSL color Cylindrical-coordinate representation of color #E08CF1: hue angle of 289.9º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08CF1 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224140241-
CMYK0.070.4200.05
HSL289.9º78.29%74.71%-
HSV(B)289.9º41.91%94.51%-
XYZ5640.9588.17-
YUV176.63164.33161.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.02%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=37.02%
G=23.14%
B=39.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241402410.070.4200.05289.978.2974.71
HexE08CF172A051224e4b
Octal34021436175205442116113
Binary111000001000110011110001111101010010110010001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08CF1; }

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

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

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

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

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

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

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

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