Html Css Color HEX #ED05FE Psychedelic Purple

📋 copy color: '#ED05FE'

red 237 ◦ green 5 ◦ blue 254

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

Shades of Psychedelic Purple #ED05FE

Tints of Psychedelic Purple #ED05FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 47.78%
G = 1.01%
B = 51.21%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED05FE (or 0xED05FE) is known color: Psychedelic Purple. HEX triplet: ED, 05 and FE. RGB value is (237,5,254). Sum of RGB (Red+Green+Blue) = 237+5+254=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 5 (2.34% from 255 or 1.01% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED05FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05FE is #12FA01. Grayscale: #656565. Windows color (decimal): -1243650 or 16647661. OLE color: 16647661.

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

Color convert

RGB 237 5 254 -
CMYK 0.07 0.98 0 0.00
HSL 295.9º 0.99% 0.51% -
HSV(B) 295.9º 0.98% 1% -
XYZ 52.87 25.27 95.86 -
YUV 102.75 213.36 223.75 -
System Red Green Blue C M Y K H S L
Decimal 237 5 254 0.07 0.98 0 0.00 295.9 0.99 0.51
Hex ED 5 FE 7 62 0 0 128 63 33
Octal 355 5 376 7 142 0 0 450 143 63
Binary 11101101 101 11111110 111 1100010 0 0 100101000 1100011 110011

Color Harmonies of #ED05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05FE

Black with #ED05FE

Text Example


Text Example

White with #ED05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05FE; }

 p { color: rgb(237,5,254); }

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

background-color css

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

 a { background-color: rgb(237,5,254); }

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

border-color css

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

 span { border-color: rgb(237,5,254); }

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