#EE8CE7

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

Shades of Violet #EE8CE7

Tints of Violet #EE8CE7

Color information

#EE8CE7 (or 0xEE8CE7) is unknown color: approx Violet. HEX triplet: EE, 8C and E7. RGB value is (238,140,231). Sum of RGB (Red+Green+Blue) = 238+140+231=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CE7 is #117318. Grayscale: #B3B3B3. Windows color (decimal): -1143577 or 15174894. OLE color: 15174894.

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

Color convert

RGB238140231-
CMYK00.410.030.07
HSL304.29º74.24%74.12%-
HSV(B)304.29º41.18%93.33%-
XYZ59.0642.780.73-
YUV179.68156.97169.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 140 (55.08% from 255) = 22.99%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=39.08%
G=22.99%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814023100.410.030.07304.2974.2474.12
HexEE8CE7029371304a4a
Octal35621434705137460112112
Binary11101110100011001110011101010011111110011000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CE7; }

 p { color: rgb(238,140,231); }

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

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

 a { background-color: rgb(238,140,231); }

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

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

 span { border-color: rgb(238,140,231); }

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