Html Css Color HEX #ED01FA Psychedelic Purple

📋 copy color: '#ED01FA'

red 237 ◦ green 1 ◦ blue 250

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

Shades of Psychedelic Purple #ED01FA

Tints of Psychedelic Purple #ED01FA

RGB

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

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

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

R = 48.57%
G = 0.2%
B = 51.23%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED01FA (or 0xED01FA) is known color: Psychedelic Purple. HEX triplet: ED, 01 and FA. RGB value is (237,1,250). Sum of RGB (Red+Green+Blue) = 237+1+250=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01FA is #12FE05. Grayscale: #636363. Windows color (decimal): -1244678 or 16384493. OLE color: 16384493.

HSL color Cylindrical-coordinate representation of color #ED01FA: hue angle of 296.87º 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 #ED01FA is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 1 250 -
CMYK 0.05 1.00 0 0.02
HSL 296.87º 0.99% 0.49% -
HSV(B) 296.87º 1% 0.98% -
XYZ 52.19 24.93 92.5 -
YUV 99.95 212.69 225.75 -
System Red Green Blue C M Y K H S L
Decimal 237 1 250 0.05 1.00 0 0.02 296.87 0.99 0.49
Hex ED 1 FA 5 64 0 2 129 63 31
Octal 355 1 372 5 144 0 2 451 143 61
Binary 11101101 1 11111010 101 1100100 0 10 100101001 1100011 110001

Color Harmonies of #ED01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01FA

Black with #ED01FA

Text Example


Text Example

White with #ED01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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