#EC8DEE

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

Shades of Violet #EC8DEE

Tints of Violet #EC8DEE

Color information

#EC8DEE (or 0xEC8DEE) is unknown color: approx Violet. HEX triplet: EC, 8D and EE. RGB value is (236,141,238). Sum of RGB (Red+Green+Blue) = 236+141+238=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8DEE is #137211. Grayscale: #B4B4B4. Windows color (decimal): -1274386 or 15633900. OLE color: 15633900.

HSL color Cylindrical-coordinate representation of color #EC8DEE: hue angle of 298.76º 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 #EC8DEE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236141238-
CMYK0.010.4100.07
HSL298.76º74.05%74.31%-
HSV(B)298.76º40.76%93.33%-
XYZ59.5543.0686.06-
YUV180.46160.47167.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=38.37%
G=22.93%
B=38.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361412380.010.4100.07298.7674.0574.31
HexEC8DEE1290712b4a4a
Octal35421535615107453112112
Binary1110110010001101111011101101001011110010101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8DEE; }

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

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

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

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

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

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

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

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