#EC11FF

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

Shades of Psychedelic Purple #EC11FF

Tints of Psychedelic Purple #EC11FF

Color information

#EC11FF (or 0xEC11FF) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 11 and FF. RGB value is (236,17,255). Sum of RGB (Red+Green+Blue) = 236+17+255=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11FF is #13EE00. Grayscale: #6C6C6C. Windows color (decimal): -1306113 or 16716268. OLE color: 16716268.

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

Color convert

RGB23617255-
CMYK0.070.9300
HSL295.21º100%53.33%-
HSV(B)295.21º93.33%100%-
XYZ52.8425.4596.74-
YUV109.61210.05218.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 17 (7.03% from 255) = 3.35%
BLUE value IS 255 (100% from 255) = 50.20%
R=46.46%
G=3.35%
B=50.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal236172550.070.9300295.2110053.33
HexEC11FF75D001276435
Octal3542137771350044714465
Binary1110110010001111111111111011101001001001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC11FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC11FF; }

 p { color: rgb(236,17,255); }

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

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

 a { background-color: rgb(236,17,255); }

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

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

 span { border-color: rgb(236,17,255); }

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