#EE8FEC

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

Shades of Violet #EE8FEC

Tints of Violet #EE8FEC

Color information

#EE8FEC (or 0xEE8FEC) is unknown color: approx Violet. HEX triplet: EE, 8F and EC. RGB value is (238,143,236). Sum of RGB (Red+Green+Blue) = 238+143+236=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8FEC is #117013. Grayscale: #B5B5B5. Windows color (decimal): -1142804 or 15503342. OLE color: 15503342.

HSL color Cylindrical-coordinate representation of color #EE8FEC: hue angle of 301.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8FEC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238143236-
CMYK00.400.010.07
HSL301.26º73.64%74.71%-
HSV(B)301.26º39.92%93.33%-
XYZ60.2243.8884.65-
YUV182.01158.47167.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 143 (56.25% from 255) = 23.18%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=38.57%
G=23.18%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814323600.400.010.07301.2673.6474.71
HexEE8FEC0281712d4a4b
Octal35621735405017455112113
Binary1110111010001111111011000101000111110010110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8FEC; }

 p { color: rgb(238,143,236); }

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

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

 a { background-color: rgb(238,143,236); }

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

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

 span { border-color: rgb(238,143,236); }

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