#EE8BF8

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

Shades of Violet #EE8BF8

Tints of Violet #EE8BF8

Color information

#EE8BF8 (or 0xEE8BF8) is unknown color: approx Violet. HEX triplet: EE, 8B and F8. RGB value is (238,139,248). Sum of RGB (Red+Green+Blue) = 238+139+248=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE8BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BF8 is #117407. Grayscale: #B4B4B4. Windows color (decimal): -1143816 or 16288750. OLE color: 16288750.

HSL color Cylindrical-coordinate representation of color #EE8BF8: hue angle of 294.5º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8BF8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238139248-
CMYK0.040.4400.03
HSL294.5º88.62%75.88%-
HSV(B)294.5º43.95%97.25%-
XYZ61.4443.4293.95-
YUV181.03165.8168.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.08%
GREEN value IS 139 (54.69% from 255) = 22.24%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=38.08%
G=22.24%
B=39.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381392480.040.4400.03294.588.6275.88
HexEE8BF842C03126594c
Octal35621337045403446131114
Binary11101110100010111111100010010110001110010011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BF8; }

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

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

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

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

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

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

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

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