#EC9DF8

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

Shades of Violet #EC9DF8

Tints of Violet #EC9DF8

Color information

#EC9DF8 (or 0xEC9DF8) is unknown color: approx Violet. HEX triplet: EC, 9D and F8. RGB value is (236,157,248). Sum of RGB (Red+Green+Blue) = 236+157+248=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC9DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DF8 is #136207. Grayscale: #BEBEBE. Windows color (decimal): -1270280 or 16293356. OLE color: 16293356.

HSL color Cylindrical-coordinate representation of color #EC9DF8: hue angle of 292.09º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9DF8 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236157248-
CMYK0.050.3700.03
HSL292.09º86.67%79.41%-
HSV(B)292.09º36.69%97.25%-
XYZ63.5948.7294.86-
YUV190.99160.17160.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 157 (61.72% from 255) = 24.49%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=36.82%
G=24.49%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361572480.050.3700.03292.0986.6779.41
HexEC9DF852503124574f
Octal35423537054503444127117
Binary11101100100111011111100010110010101110010010010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9DF8; }

 p { color: rgb(236,157,248); }

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

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

 a { background-color: rgb(236,157,248); }

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

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

 span { border-color: rgb(236,157,248); }

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