#EC19FA

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

Shades of Psychedelic Purple #EC19FA

Tints of Psychedelic Purple #EC19FA

Color information

#EC19FA (or 0xEC19FA) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 19 and FA. RGB value is (236,25,250). Sum of RGB (Red+Green+Blue) = 236+25+250=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC19FA is #13E605. Grayscale: #717171. Windows color (decimal): -1304070 or 16390636. OLE color: 16390636.

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

Color convert

RGB23625250-
CMYK0.060.900.02
HSL296.27º95.74%53.92%-
HSV(B)296.27º90%98.04%-
XYZ52.225.4392.6-
YUV113.74204.9215.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 25 (10.16% from 255) = 4.89%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=46.18%
G=4.89%
B=48.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal236252500.060.900.02296.2795.7453.92
HexEC19FA65A021286036
Octal3543137261320245014066
Binary11101100110011111101011010110100101001010001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC19FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC19FA; }

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

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

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

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

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

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

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

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