#EE9BFA

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

Shades of Violet #EE9BFA

Tints of Violet #EE9BFA

Color information

#EE9BFA (or 0xEE9BFA) is unknown color: approx Violet. HEX triplet: EE, 9B and FA. RGB value is (238,155,250). Sum of RGB (Red+Green+Blue) = 238+155+250=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFA is #116405. Grayscale: #BEBEBE. Windows color (decimal): -1139718 or 16423918. OLE color: 16423918.

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

Color convert

RGB238155250-
CMYK0.050.3800.02
HSL292.42º90.48%79.41%-
HSV(B)292.42º38%98.04%-
XYZ64.2448.5296.42-
YUV190.65161.5161.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 155 (60.94% from 255) = 24.11%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=37.01%
G=24.11%
B=38.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381552500.050.3800.02292.4290.4879.41
HexEE9BFA526021245a4f
Octal35623337254602444132117
Binary11101110100110111111101010110011001010010010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BFA; }

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

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

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

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

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

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

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

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