Html Css Color HEX #ED09FE Psychedelic Purple

📋 copy color: '#ED09FE'

red 237 ◦ green 9 ◦ blue 254

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

Shades of Psychedelic Purple #ED09FE

Tints of Psychedelic Purple #ED09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.8%

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

R = 47.4%
G = 1.8%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED09FE (or 0xED09FE) is known color: Psychedelic Purple. HEX triplet: ED, 09 and FE. RGB value is (237,9,254). Sum of RGB (Red+Green+Blue) = 237+9+254=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 9 (3.91% from 255 or 1.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09FE is #12F601. Grayscale: #686868. Windows color (decimal): -1242626 or 16648685. OLE color: 16648685.

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

Color convert

RGB 237 9 254 -
CMYK 0.07 0.96 0 0.00
HSL 295.84º 0.99% 0.52% -
HSV(B) 295.84º 0.96% 1% -
XYZ 52.91 25.36 95.87 -
YUV 105.1 212.04 222.08 -
System Red Green Blue C M Y K H S L
Decimal 237 9 254 0.07 0.96 0 0.00 295.84 0.99 0.52
Hex ED 9 FE 7 60 0 0 128 63 34
Octal 355 11 376 7 140 0 0 450 143 64
Binary 11101101 1001 11111110 111 1100000 0 0 100101000 1100011 110100

Color Harmonies of #ED09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09FE

Black with #ED09FE

Text Example


Text Example

White with #ED09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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