#EE8BFA

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

Shades of Violet #EE8BFA

Tints of Violet #EE8BFA

Color information

#EE8BFA (or 0xEE8BFA) is unknown color: approx Violet. HEX triplet: EE, 8B and FA. RGB value is (238,139,250). Sum of RGB (Red+Green+Blue) = 238+139+250=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE8BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BFA is #117405. Grayscale: #B4B4B4. Windows color (decimal): -1143814 or 16419822. OLE color: 16419822.

HSL color Cylindrical-coordinate representation of color #EE8BFA: hue angle of 293.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8BFA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238139250-
CMYK0.050.4400.02
HSL293.51º91.74%76.27%-
HSV(B)293.51º44.4%98.04%-
XYZ61.7543.5495.59-
YUV181.26166.8168.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 139 (54.69% from 255) = 22.17%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=37.96%
G=22.17%
B=39.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381392500.050.4400.02293.5191.7476.27
HexEE8BFA52C021265c4c
Octal35621337255402446134114
Binary11101110100010111111101010110110001010010011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BFA; }

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

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

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

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

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

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

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

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