Html Css Color HEX #EC01FE Psychedelic Purple

📋 copy color: '#EC01FE'

red 236 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #EC01FE

Tints of Psychedelic Purple #EC01FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 48.07%
G = 0.2%
B = 51.73%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EC01FE (or 0xEC01FE) is known color: Psychedelic Purple. HEX triplet: EC, 01 and FE. RGB value is (236,1,254). Sum of RGB (Red+Green+Blue) = 236+1+254=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC01FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01FE is #13FE01. Grayscale: #636363. Windows color (decimal): -1310210 or 16646636. OLE color: 16646636.

HSL color Cylindrical-coordinate representation of color #EC01FE: hue angle of 295.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01FE is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 236 1 254 -
CMYK 0.07 1.00 0 0.00
HSL 295.73º 0.99% 0.5% -
HSV(B) 295.73º 1% 1% -
XYZ 52.49 25.01 95.83 -
YUV 100.11 214.86 224.93 -
System Red Green Blue C M Y K H S L
Decimal 236 1 254 0.07 1.00 0 0.00 295.73 0.99 0.5
Hex EC 1 FE 7 64 0 0 128 63 32
Octal 354 1 376 7 144 0 0 450 143 62
Binary 11101100 1 11111110 111 1100100 0 0 100101000 1100011 110010

Color Harmonies of #EC01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01FE

Black with #EC01FE

Text Example


Text Example

White with #EC01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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