#EE8BEF

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

Shades of Violet #EE8BEF

Tints of Violet #EE8BEF

Color information

#EE8BEF (or 0xEE8BEF) is unknown color: approx Violet. HEX triplet: EE, 8B and EF. RGB value is (238,139,239). Sum of RGB (Red+Green+Blue) = 238+139+239=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE8BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BEF is #117410. Grayscale: #B3B3B3. Windows color (decimal): -1143825 or 15698926. OLE color: 15698926.

HSL color Cylindrical-coordinate representation of color #EE8BEF: hue angle of 299.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8BEF is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238139239-
CMYK0.000.4200.06
HSL299.4º75.76%74.12%-
HSV(B)299.4º41.84%93.73%-
XYZ60.0742.8786.77-
YUV180161.3169.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 139 (54.69% from 255) = 22.56%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=38.64%
G=22.56%
B=38.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381392390.000.4200.06299.475.7674.12
HexEE8BEF02A0612b4c4a
Octal35621335705206453114112
Binary1110111010001011111011110101010011010010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BEF; }

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

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

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

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

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

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

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

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