#EE8BFB

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

Shades of Violet #EE8BFB

Tints of Violet #EE8BFB

Color information

#EE8BFB (or 0xEE8BFB) is unknown color: approx Violet. HEX triplet: EE, 8B and FB. RGB value is (238,139,251). Sum of RGB (Red+Green+Blue) = 238+139+251=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 139 (54.69% from 255 or 22.13% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BFB is #117404. Grayscale: #B5B5B5. Windows color (decimal): -1143813 or 16485358. OLE color: 16485358.

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

Color convert

RGB238139251-
CMYK0.050.4500.02
HSL293.04º93.33%76.47%-
HSV(B)293.04º44.62%98.43%-
XYZ61.9143.6196.42-
YUV181.37167.3168.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 139 (54.69% from 255) = 22.13%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=37.90%
G=22.13%
B=39.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381392510.050.4500.02293.0493.3376.47
HexEE8BFB52D021255d4c
Octal35621337355502445135114
Binary11101110100010111111101110110110101010010010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BFB; }

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

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

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

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

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

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

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

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