#EC8CF9

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

Shades of Violet #EC8CF9

Tints of Violet #EC8CF9

Color information

#EC8CF9 (or 0xEC8CF9) is unknown color: approx Violet. HEX triplet: EC, 8C and F9. RGB value is (236,140,249). Sum of RGB (Red+Green+Blue) = 236+140+249=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC8CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CF9 is #137306. Grayscale: #B4B4B4. Windows color (decimal): -1274631 or 16354540. OLE color: 16354540.

HSL color Cylindrical-coordinate representation of color #EC8CF9: hue angle of 292.84º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8CF9 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236140249-
CMYK0.050.4400.02
HSL292.84º90.08%76.27%-
HSV(B)292.84º43.78%97.65%-
XYZ61.0743.4394.79-
YUV181.13166.3167.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 22.4%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=37.76%
G=22.4%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361402490.050.4400.02292.8490.0876.27
HexEC8CF952C021255a4c
Octal35421437155402445132114
Binary11101100100011001111100110110110001010010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CF9; }

 p { color: rgb(236,140,249); }

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

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

 a { background-color: rgb(236,140,249); }

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

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

 span { border-color: rgb(236,140,249); }

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