#EC8EE7

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

Shades of Violet #EC8EE7

Tints of Violet #EC8EE7

Color information

#EC8EE7 (or 0xEC8EE7) is unknown color: approx Violet. HEX triplet: EC, 8E and E7. RGB value is (236,142,231). Sum of RGB (Red+Green+Blue) = 236+142+231=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EE7 is #137118. Grayscale: #B3B3B3. Windows color (decimal): -1274137 or 15175404. OLE color: 15175404.

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

Color convert

RGB236142231-
CMYK00.400.020.07
HSL303.19º71.21%74.12%-
HSV(B)303.19º39.83%92.55%-
XYZ58.6942.9580.8-
YUV180.25156.64167.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=38.75%
G=23.32%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614223100.400.020.07303.1971.2174.12
HexEC8EE70282712f474a
Octal35421634705027457107112
Binary11101100100011101110011101010001011110010111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EE7; }

 p { color: rgb(236,142,231); }

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

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

 a { background-color: rgb(236,142,231); }

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

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

 span { border-color: rgb(236,142,231); }

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