#EC98FA

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

Shades of Violet #EC98FA

Tints of Violet #EC98FA

Color information

#EC98FA (or 0xEC98FA) is unknown color: approx Violet. HEX triplet: EC, 98 and FA. RGB value is (236,152,250). Sum of RGB (Red+Green+Blue) = 236+152+250=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FA is #136705. Grayscale: #BBBBBB. Windows color (decimal): -1271558 or 16423148. OLE color: 16423148.

HSL color Cylindrical-coordinate representation of color #EC98FA: hue angle of 291.43º 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 #EC98FA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236152250-
CMYK0.060.3900.02
HSL291.43º90.74%78.82%-
HSV(B)291.43º39.2%98.04%-
XYZ63.0847.1996.23-
YUV188.29162.83162.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 152 (59.77% from 255) = 23.82%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=36.99%
G=23.82%
B=39.18%

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
Decimal2361522500.060.3900.02291.4390.7478.82
HexEC98FA627021235b4f
Octal35423037264702443133117
Binary11101100100110001111101011010011101010010001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98FA; }

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

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

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

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

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

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

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

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