#EC1FF0

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

Shades of Psychedelic Purple #EC1FF0

Tints of Psychedelic Purple #EC1FF0

Color information

#EC1FF0 (or 0xEC1FF0) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 1F and F0. RGB value is (236,31,240). Sum of RGB (Red+Green+Blue) = 236+31+240=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 31 (12.5% from 255 or 6.11% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC1FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1FF0 is #13E00F. Grayscale: #737373. Windows color (decimal): -1302544 or 15736812. OLE color: 15736812.

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

Color convert

RGB23631240-
CMYK0.020.8700.06
HSL298.85º87.45%53.14%-
HSV(B)298.85º87.08%94.12%-
XYZ50.8125.184.61-
YUV116.12197.92213.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 31 (12.5% from 255) = 6.11%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=46.55%
G=6.11%
B=47.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236312400.020.8700.06298.8587.4553.14
HexEC1FF02570612b5735
Octal3543736021270645312765
Binary11101100111111111000010101011101101001010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1FF0; }

 p { color: rgb(236,31,240); }

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

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

 a { background-color: rgb(236,31,240); }

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

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

 span { border-color: rgb(236,31,240); }

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