#EE8CFE

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

Shades of Violet #EE8CFE

Tints of Violet #EE8CFE

Color information

#EE8CFE (or 0xEE8CFE) is unknown color: approx Violet. HEX triplet: EE, 8C and FE. RGB value is (238,140,254). Sum of RGB (Red+Green+Blue) = 238+140+254=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE8CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFE is #117301. Grayscale: #B5B5B5. Windows color (decimal): -1143554 or 16682222. OLE color: 16682222.

HSL color Cylindrical-coordinate representation of color #EE8CFE: hue angle of 291.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8CFE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238140254-
CMYK0.060.4500.00
HSL291.58º98.28%77.25%-
HSV(B)291.58º44.88%99.61%-
XYZ62.5344.0998.98-
YUV182.3168.47167.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 140 (55.08% from 255) = 22.15%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=37.66%
G=22.15%
B=40.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381402540.060.4500.00291.5898.2877.25
HexEE8CFE62D00124624d
Octal35621437665500444142115
Binary1110111010001100111111101101011010010010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CFE; }

 p { color: rgb(238,140,254); }

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

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

 a { background-color: rgb(238,140,254); }

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

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

 span { border-color: rgb(238,140,254); }

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