Html Css Color HEX #ED09F9 Psychedelic Purple

📋 copy color: '#ED09F9'

red 237 ◦ green 9 ◦ blue 249

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

Shades of Psychedelic Purple #ED09F9

Tints of Psychedelic Purple #ED09F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 47.88%
G = 1.82%
B = 50.3%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED09F9 (or 0xED09F9) is known color: Psychedelic Purple. HEX triplet: ED, 09 and F9. RGB value is (237,9,249). Sum of RGB (Red+Green+Blue) = 237+9+249=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED09F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09F9 is #12F606. Grayscale: #676767. Windows color (decimal): -1242631 or 16321005. OLE color: 16321005.

HSL color Cylindrical-coordinate representation of color #ED09F9: hue angle of 297º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED09F9 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 9 249 -
CMYK 0.05 0.96 0 0.02
HSL 297º 0.95% 0.51% -
HSV(B) 297º 0.96% 0.98% -
XYZ 52.12 25.04 91.71 -
YUV 104.53 209.54 222.49 -
System Red Green Blue C M Y K H S L
Decimal 237 9 249 0.05 0.96 0 0.02 297 0.95 0.51
Hex ED 9 F9 5 60 0 2 129 5F 33
Octal 355 11 371 5 140 0 2 451 137 63
Binary 11101101 1001 11111001 101 1100000 0 10 100101001 1011111 110011

Color Harmonies of #ED09F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09F9

Black with #ED09F9

Text Example


Text Example

White with #ED09F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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