#EC8FF9

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

Shades of Violet #EC8FF9

Tints of Violet #EC8FF9

Color information

#EC8FF9 (or 0xEC8FF9) is unknown color: approx Violet. HEX triplet: EC, 8F and F9. RGB value is (236,143,249). Sum of RGB (Red+Green+Blue) = 236+143+249=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC8FF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FF9 is #137006. Grayscale: #B6B6B6. Windows color (decimal): -1273863 or 16355308. OLE color: 16355308.

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

Color convert

RGB236143249-
CMYK0.050.4300.02
HSL292.64º89.83%76.86%-
HSV(B)292.64º42.57%97.65%-
XYZ61.5144.3294.93-
YUV182.89165.31165.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 143 (56.25% from 255) = 22.77%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=37.58%
G=22.77%
B=39.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361432490.050.4300.02292.6489.8376.86
HexEC8FF952B021255a4d
Octal35421737155302445132115
Binary11101100100011111111100110110101101010010010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FF9; }

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

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

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

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

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

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

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

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