#EC96FB

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

Shades of Violet #EC96FB

Tints of Violet #EC96FB

Color information

#EC96FB (or 0xEC96FB) is unknown color: approx Violet. HEX triplet: EC, 96 and FB. RGB value is (236,150,251). Sum of RGB (Red+Green+Blue) = 236+150+251=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC96FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC96FB is #136904. Grayscale: #BABABA. Windows color (decimal): -1272069 or 16488172. OLE color: 16488172.

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

Color convert

RGB236150251-
CMYK0.060.4000.02
HSL291.09º92.66%78.63%-
HSV(B)291.09º40.24%98.43%-
XYZ62.9146.6196.95-
YUV187.23163.99162.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=37.05%
G=23.55%
B=39.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361502510.060.4000.02291.0992.6678.63
HexEC96FB628021235d4f
Octal35422637365002443135117
Binary11101100100101101111101111010100001010010001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96FB; }

 p { color: rgb(236,150,251); }

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

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

 a { background-color: rgb(236,150,251); }

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

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

 span { border-color: rgb(236,150,251); }

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