#EC15FA

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

Shades of Psychedelic Purple #EC15FA

Tints of Psychedelic Purple #EC15FA

Color information

#EC15FA (or 0xEC15FA) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 15 and FA. RGB value is (236,21,250). Sum of RGB (Red+Green+Blue) = 236+21+250=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 21 (8.59% from 255 or 4.14% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15FA is #13EA05. Grayscale: #6E6E6E. Windows color (decimal): -1305094 or 16389612. OLE color: 16389612.

HSL color Cylindrical-coordinate representation of color #EC15FA: hue angle of 296.33º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC15FA is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23621250-
CMYK0.060.9200.02
HSL296.33º95.82%53.14%-
HSV(B)296.33º91.6%98.04%-
XYZ52.1225.2792.57-
YUV111.39206.23216.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 21 (8.59% from 255) = 4.14%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=46.55%
G=4.14%
B=49.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236212500.060.9200.02296.3395.8253.14
HexEC15FA65C021286035
Octal3542537261340245014065
Binary11101100101011111101011010111000101001010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC15FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC15FA; }

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

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

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

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

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

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

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

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