Html Css Color HEX #ED09FF Psychedelic Purple

📋 copy color: '#ED09FF'

red 237 ◦ green 9 ◦ blue 255

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

Shades of Psychedelic Purple #ED09FF

Tints of Psychedelic Purple #ED09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 47.31%
G = 1.8%
B = 50.9%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED09FF (or 0xED09FF) is known color: Psychedelic Purple. HEX triplet: ED, 09 and FF. RGB value is (237,9,255). Sum of RGB (Red+Green+Blue) = 237+9+255=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 9 (3.91% from 255 or 1.80% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09FF is #12F600. Grayscale: #686868. Windows color (decimal): -1242625 or 16714221. OLE color: 16714221.

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

Color convert

RGB 237 9 255 -
CMYK 0.07 0.96 0 0
HSL 295.61º 1% 0.52% -
HSV(B) 295.61º 0.96% 1% -
XYZ 53.07 25.42 96.72 -
YUV 105.22 212.54 222 -
System Red Green Blue C M Y K H S L
Decimal 237 9 255 0.07 0.96 0 0 295.61 1 0.52
Hex ED 9 FF 7 60 0 0 128 64 34
Octal 355 11 377 7 140 0 0 450 144 64
Binary 11101101 1001 11111111 111 1100000 0 0 100101000 1100100 110100

Color Harmonies of #ED09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09FF

Black with #ED09FF

Text Example


Text Example

White with #ED09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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