#EC8EEF

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

Shades of Violet #EC8EEF

Tints of Violet #EC8EEF

Color information

#EC8EEF (or 0xEC8EEF) is unknown color: approx Violet. HEX triplet: EC, 8E and EF. RGB value is (236,142,239). Sum of RGB (Red+Green+Blue) = 236+142+239=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC8EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EEF is #137110. Grayscale: #B4B4B4. Windows color (decimal): -1274129 or 15699692. OLE color: 15699692.

HSL color Cylindrical-coordinate representation of color #EC8EEF: hue angle of 298.14º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8EEF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236142239-
CMYK0.010.4100.06
HSL298.14º75.19%74.71%-
HSV(B)298.14º40.59%93.73%-
XYZ59.8543.4186.89-
YUV181.16160.64167.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 142 (55.86% from 255) = 23.01%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=38.25%
G=23.01%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361422390.010.4100.06298.1475.1974.71
HexEC8EEF1290612a4b4b
Octal35421635715106452113113
Binary1110110010001110111011111101001011010010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EEF; }

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

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

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

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

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

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

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

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