Html Css Color HEX #ED01FD Psychedelic Purple

📋 copy color: '#ED01FD'

red 237 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #ED01FD

Tints of Psychedelic Purple #ED01FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 48.27%
G = 0.2%
B = 51.53%

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

#ED01FD (or 0xED01FD) is known color: Psychedelic Purple. HEX triplet: ED, 01 and FD. RGB value is (237,1,253). Sum of RGB (Red+Green+Blue) = 237+1+253=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 1 (0.78% from 255 or 0.20% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED01FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01FD is #12FE02. Grayscale: #636363. Windows color (decimal): -1244675 or 16581101. OLE color: 16581101.

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

Color convert

RGB 237 1 253 -
CMYK 0.06 1.00 0 0.01
HSL 296.19º 0.99% 0.5% -
HSV(B) 296.19º 1% 0.99% -
XYZ 52.67 25.12 95 -
YUV 100.29 214.19 225.51 -
System Red Green Blue C M Y K H S L
Decimal 237 1 253 0.06 1.00 0 0.01 296.19 0.99 0.5
Hex ED 1 FD 6 64 0 1 128 63 32
Octal 355 1 375 6 144 0 1 450 143 62
Binary 11101101 1 11111101 110 1100100 0 1 100101000 1100011 110010

Color Harmonies of #ED01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED01FD

Black with #ED01FD

Text Example


Text Example

White with #ED01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED01FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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