#EC8CFC

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

Shades of Violet #EC8CFC

Tints of Violet #EC8CFC

Color information

#EC8CFC (or 0xEC8CFC) is unknown color: approx Violet. HEX triplet: EC, 8C and FC. RGB value is (236,140,252). Sum of RGB (Red+Green+Blue) = 236+140+252=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFC is #137303. Grayscale: #B5B5B5. Windows color (decimal): -1274628 or 16551148. OLE color: 16551148.

HSL color Cylindrical-coordinate representation of color #EC8CFC: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8CFC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236140252-
CMYK0.060.4400.01
HSL291.43º94.92%76.86%-
HSV(B)291.43º44.44%98.82%-
XYZ61.5443.6297.27-
YUV181.47167.8166.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 140 (55.08% from 255) = 22.29%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=37.58%
G=22.29%
B=40.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361402520.060.4400.01291.4394.9276.86
HexEC8CFC62C011235f4d
Octal35421437465401443137115
Binary1110110010001100111111001101011000110010001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CFC; }

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

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

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

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

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

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

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

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