Html Css Color HEX #EC01FA Psychedelic Purple

📋 copy color: '#EC01FA'

red 236 ◦ green 1 ◦ blue 250

#EC01FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #EC01FA

Tints of Psychedelic Purple #EC01FA

RGB

 RED value IS 236 (92.58% from 255) = 48.46%

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 48.46%
G = 0.21%
B = 51.33%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC01FA (or 0xEC01FA) is known color: Psychedelic Purple. HEX triplet: EC, 01 and FA. RGB value is (236,1,250). Sum of RGB (Red+Green+Blue) = 236+1+250=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01FA is #13FE05. Grayscale: #626262. Windows color (decimal): -1310214 or 16384492. OLE color: 16384492.

HSL color Cylindrical-coordinate representation of color #EC01FA: hue angle of 296.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01FA is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 1 250 -
CMYK 0.06 1.00 0 0.02
HSL 296.63º 0.99% 0.49% -
HSV(B) 296.63º 1% 0.98% -
XYZ 51.86 24.76 92.49 -
YUV 99.65 212.86 225.25 -
System Red Green Blue C M Y K H S L
Decimal 236 1 250 0.06 1.00 0 0.02 296.63 0.99 0.49
Hex EC 1 FA 6 64 0 2 129 63 31
Octal 354 1 372 6 144 0 2 451 143 61
Binary 11101100 1 11111010 110 1100100 0 10 100101001 1100011 110001

Color Harmonies of #EC01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01FA

Black with #EC01FA

Text Example


Text Example

White with #EC01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01FA; }

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

 H1.HeaderClassName
 {
   color: #EC01FA;
 }
 .AnyTagClassName
 {
   color: #EC01FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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