#EE8BFE

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

Shades of Violet #EE8BFE

Tints of Violet #EE8BFE

Color information

#EE8BFE (or 0xEE8BFE) is unknown color: approx Violet. HEX triplet: EE, 8B and FE. RGB value is (238,139,254). Sum of RGB (Red+Green+Blue) = 238+139+254=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE8BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BFE is #117401. Grayscale: #B5B5B5. Windows color (decimal): -1143810 or 16681966. OLE color: 16681966.

HSL color Cylindrical-coordinate representation of color #EE8BFE: hue angle of 291.65º 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 #EE8BFE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238139254-
CMYK0.060.4500.00
HSL291.65º98.29%77.06%-
HSV(B)291.65º45.28%99.61%-
XYZ62.3843.898.93-
YUV181.71168.8168.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.72%
GREEN value IS 139 (54.69% from 255) = 22.03%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=37.72%
G=22.03%
B=40.25%

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
Decimal2381392540.060.4500.00291.6598.2977.06
HexEE8BFE62D00124624d
Octal35621337665500444142115
Binary1110111010001011111111101101011010010010010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BFE; }

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

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

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

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

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

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

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

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