#EC98F9

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

Shades of Violet #EC98F9

Tints of Violet #EC98F9

Color information

#EC98F9 (or 0xEC98F9) is unknown color: approx Violet. HEX triplet: EC, 98 and F9. RGB value is (236,152,249). Sum of RGB (Red+Green+Blue) = 236+152+249=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC98F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98F9 is #136706. Grayscale: #BBBBBB. Windows color (decimal): -1271559 or 16357612. OLE color: 16357612.

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

Color convert

RGB236152249-
CMYK0.050.3900.02
HSL291.96º88.99%78.63%-
HSV(B)291.96º38.96%97.65%-
XYZ62.9247.1395.4-
YUV188.17162.33162.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 152 (59.77% from 255) = 23.86%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=37.05%
G=23.86%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361522490.050.3900.02291.9688.9978.63
HexEC98F952702124594f
Octal35423037154702444131117
Binary11101100100110001111100110110011101010010010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98F9; }

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

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

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

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

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

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

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

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