#EC99FA

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

Shades of Violet #EC99FA

Tints of Violet #EC99FA

Color information

#EC99FA (or 0xEC99FA) is unknown color: approx Violet. HEX triplet: EC, 99 and FA. RGB value is (236,153,250). Sum of RGB (Red+Green+Blue) = 236+153+250=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 153 (60.16% from 255 or 23.94% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC99FA is #136605. Grayscale: #BCBCBC. Windows color (decimal): -1271302 or 16423404. OLE color: 16423404.

HSL color Cylindrical-coordinate representation of color #EC99FA: hue angle of 291.34º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC99FA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236153250-
CMYK0.060.3900.02
HSL291.34º90.65%79.02%-
HSV(B)291.34º38.8%98.04%-
XYZ63.2447.5296.28-
YUV188.88162.5161.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 153 (60.16% from 255) = 23.94%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=36.93%
G=23.94%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361532500.060.3900.02291.3490.6579.02
HexEC99FA627021235b4f
Octal35423137264702443133117
Binary11101100100110011111101011010011101010010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC99FA; }

 p { color: rgb(236,153,250); }

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

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

 a { background-color: rgb(236,153,250); }

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

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

 span { border-color: rgb(236,153,250); }

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