Html Css Color HEX #ED04FE Psychedelic Purple

📋 copy color: '#ED04FE'

red 237 ◦ green 4 ◦ blue 254

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

Shades of Psychedelic Purple #ED04FE

Tints of Psychedelic Purple #ED04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 47.88%
G = 0.81%
B = 51.31%

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

#ED04FE (or 0xED04FE) is known color: Psychedelic Purple. HEX triplet: ED, 04 and FE. RGB value is (237,4,254). Sum of RGB (Red+Green+Blue) = 237+4+254=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED04FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04FE is #12FB01. Grayscale: #656565. Windows color (decimal): -1243906 or 16647405. OLE color: 16647405.

HSL color Cylindrical-coordinate representation of color #ED04FE: hue angle of 295.92º 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 #ED04FE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 4 254 -
CMYK 0.07 0.98 0 0.00
HSL 295.92º 0.99% 0.51% -
HSV(B) 295.92º 0.98% 1% -
XYZ 52.86 25.25 95.85 -
YUV 102.17 213.69 224.17 -
System Red Green Blue C M Y K H S L
Decimal 237 4 254 0.07 0.98 0 0.00 295.92 0.99 0.51
Hex ED 4 FE 7 62 0 0 128 63 33
Octal 355 4 376 7 142 0 0 450 143 63
Binary 11101101 100 11111110 111 1100010 0 0 100101000 1100011 110011

Color Harmonies of #ED04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED04FE

Black with #ED04FE

Text Example


Text Example

White with #ED04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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