#EC88FE

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

Shades of Violet #EC88FE

Tints of Violet #EC88FE

Color information

#EC88FE (or 0xEC88FE) is unknown color: approx Violet. HEX triplet: EC, 88 and FE. RGB value is (236,136,254). Sum of RGB (Red+Green+Blue) = 236+136+254=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 136 (53.52% from 255 or 21.73% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC88FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88FE is #137701. Grayscale: #B2B2B2. Windows color (decimal): -1275650 or 16681196. OLE color: 16681196.

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

Color convert

RGB236136254-
CMYK0.070.4600.00
HSL290.85º98.33%76.47%-
HSV(B)290.85º46.46%99.61%-
XYZ61.2942.698.76-
YUV179.35170.13168.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 136 (53.52% from 255) = 21.73%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=37.70%
G=21.73%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361362540.070.4600.00290.8598.3376.47
HexEC88FE72E00123624c
Octal35421037675600443142114
Binary1110110010001000111111101111011100010010001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88FE; }

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

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

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

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

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

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

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

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