#EC15F6

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

Shades of Psychedelic Purple #EC15F6

Tints of Psychedelic Purple #EC15F6

Color information

#EC15F6 (or 0xEC15F6) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 15 and F6. RGB value is (236,21,246). Sum of RGB (Red+Green+Blue) = 236+21+246=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC15F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15F6 is #13EA09. Grayscale: #6E6E6E. Windows color (decimal): -1305098 or 16127468. OLE color: 16127468.

HSL color Cylindrical-coordinate representation of color #EC15F6: hue angle of 297.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15F6 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23621246-
CMYK0.040.9100.04
HSL297.33º92.59%52.35%-
HSV(B)297.33º91.46%96.47%-
XYZ51.4925.0289.3-
YUV110.93204.23217.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 21 (8.59% from 255) = 4.17%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=46.92%
G=4.17%
B=48.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal236212460.040.9100.04297.3392.5952.35
HexEC15F645B041295d34
Octal3542536641330445113564
Binary111011001010111110110100101101101001001010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC15F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC15F6; }

 p { color: rgb(236,21,246); }

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

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

 a { background-color: rgb(236,21,246); }

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

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

 span { border-color: rgb(236,21,246); }

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