#EC98F3

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

Shades of Violet #EC98F3

Tints of Violet #EC98F3

Color information

#EC98F3 (or 0xEC98F3) is unknown color: approx Violet. HEX triplet: EC, 98 and F3. RGB value is (236,152,243). Sum of RGB (Red+Green+Blue) = 236+152+243=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC98F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98F3 is #13670C. Grayscale: #BBBBBB. Windows color (decimal): -1271565 or 15964396. OLE color: 15964396.

HSL color Cylindrical-coordinate representation of color #EC98F3: hue angle of 295.38º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC98F3 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236152243-
CMYK0.030.3700.05
HSL295.38º79.13%77.45%-
HSV(B)295.38º37.45%95.29%-
XYZ6246.7690.55-
YUV187.49159.33162.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 152 (59.77% from 255) = 24.09%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=37.40%
G=24.09%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361522430.030.3700.05295.3879.1377.45
HexEC98F3325051274f4d
Octal35423036334505447117115
Binary11101100100110001111001111100101010110010011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98F3; }

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

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

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

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

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

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

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

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