#EC88FD

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

Shades of Violet #EC88FD

Tints of Violet #EC88FD

Color information

#EC88FD (or 0xEC88FD) is unknown color: approx Violet. HEX triplet: EC, 88 and FD. RGB value is (236,136,253). Sum of RGB (Red+Green+Blue) = 236+136+253=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 136 (53.52% from 255 or 21.76% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC88FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88FD is #137702. Grayscale: #B2B2B2. Windows color (decimal): -1275651 or 16615660. OLE color: 16615660.

HSL color Cylindrical-coordinate representation of color #EC88FD: hue angle of 291.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC88FD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236136253-
CMYK0.070.4600.01
HSL291.28º96.69%76.27%-
HSV(B)291.28º46.25%99.22%-
XYZ61.1342.5397.92-
YUV179.24169.63168.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 21.76%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=37.76%
G=21.76%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361362530.070.4600.01291.2896.6976.27
HexEC88FD72E01123614c
Octal35421037575601443141114
Binary1110110010001000111111011111011100110010001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88FD; }

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

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

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

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

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

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

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

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