Html Css Color HEX #ED01FC Psychedelic Purple

📋 copy color: '#ED01FC'

red 237 ◦ green 1 ◦ blue 252

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

Shades of Psychedelic Purple #ED01FC

Tints of Psychedelic Purple #ED01FC

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 48.37%
G = 0.2%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED01FC (or 0xED01FC) is known color: Psychedelic Purple. HEX triplet: ED, 01 and FC. RGB value is (237,1,252). Sum of RGB (Red+Green+Blue) = 237+1+252=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED01FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01FC is #12FE03. Grayscale: #636363. Windows color (decimal): -1244676 or 16515565. OLE color: 16515565.

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

Color convert

RGB 237 1 252 -
CMYK 0.06 1.00 0 0.01
HSL 296.41º 0.99% 0.5% -
HSV(B) 296.41º 1% 0.99% -
XYZ 52.51 25.05 94.16 -
YUV 100.18 213.69 225.59 -
System Red Green Blue C M Y K H S L
Decimal 237 1 252 0.06 1.00 0 0.01 296.41 0.99 0.5
Hex ED 1 FC 6 64 0 1 128 63 32
Octal 355 1 374 6 144 0 1 450 143 62
Binary 11101101 1 11111100 110 1100100 0 1 100101000 1100011 110010

Color Harmonies of #ED01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01FC

Black with #ED01FC

Text Example


Text Example

White with #ED01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01FC; }

 p { color: rgb(237,1,252); }

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

background-color css

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

 a { background-color: rgb(237,1,252); }

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

border-color css

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

 span { border-color: rgb(237,1,252); }

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