#EE8BF0

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

Shades of Violet #EE8BF0

Tints of Violet #EE8BF0

Color information

#EE8BF0 (or 0xEE8BF0) is unknown color: approx Violet. HEX triplet: EE, 8B and F0. RGB value is (238,139,240). Sum of RGB (Red+Green+Blue) = 238+139+240=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 139 (54.69% from 255 or 22.53% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE8BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8BF0 is #11740F. Grayscale: #B3B3B3. Windows color (decimal): -1143824 or 15764462. OLE color: 15764462.

HSL color Cylindrical-coordinate representation of color #EE8BF0: hue angle of 298.81º degrees, saturation: 0.77, 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 #EE8BF0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238139240-
CMYK0.010.4200.06
HSL298.81º77.1%74.31%-
HSV(B)298.81º42.08%94.12%-
XYZ60.2242.9387.55-
YUV180.12161.8169.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 139 (54.69% from 255) = 22.53%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=38.57%
G=22.53%
B=38.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381392400.010.4200.06298.8177.174.31
HexEE8BF012A0612b4d4a
Octal35621336015206453115112
Binary1110111010001011111100001101010011010010101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BF0; }

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

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

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

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

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

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

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

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