#EC98FD

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

Shades of Violet #EC98FD

Tints of Violet #EC98FD

Color information

#EC98FD (or 0xEC98FD) is unknown color: approx Violet. HEX triplet: EC, 98 and FD. RGB value is (236,152,253). Sum of RGB (Red+Green+Blue) = 236+152+253=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 152 (59.77% from 255 or 23.71% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC98FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC98FD is #136702. Grayscale: #BCBCBC. Windows color (decimal): -1271555 or 16619756. OLE color: 16619756.

HSL color Cylindrical-coordinate representation of color #EC98FD: hue angle of 289.9º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC98FD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236152253-
CMYK0.070.4000.01
HSL289.9º96.19%79.41%-
HSV(B)289.9º39.92%99.22%-
XYZ63.5547.3898.72-
YUV188.63164.33161.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 152 (59.77% from 255) = 23.71%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=36.82%
G=23.71%
B=39.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361522530.070.4000.01289.996.1979.41
HexEC98FD72801122604f
Octal35423037575001442140117
Binary1110110010011000111111011111010000110010001011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC98FD; }

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

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

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

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

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

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

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

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