#EC17FC

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

Shades of Psychedelic Purple #EC17FC

Tints of Psychedelic Purple #EC17FC

Color information

#EC17FC (or 0xEC17FC) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 17 and FC. RGB value is (236,23,252). Sum of RGB (Red+Green+Blue) = 236+23+252=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC17FC is #13E803. Grayscale: #707070. Windows color (decimal): -1304580 or 16521196. OLE color: 16521196.

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

Color convert

RGB23623252-
CMYK0.060.9100.01
HSL295.81º97.45%53.92%-
HSV(B)295.81º90.87%98.82%-
XYZ52.4725.4794.25-
YUV112.79206.57215.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 23 (9.38% from 255) = 4.50%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=46.18%
G=4.50%
B=49.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal236232520.060.9100.01295.8197.4553.92
HexEC17FC65B011286136
Octal3542737461330145014166
Binary1110110010111111111001101011011011001010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC17FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC17FC; }

 p { color: rgb(236,23,252); }

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

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

 a { background-color: rgb(236,23,252); }

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

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

 span { border-color: rgb(236,23,252); }

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