Html Css Color HEX #ED11F9 Psychedelic Purple

📋 copy color: '#ED11F9'

red 237 ◦ green 17 ◦ blue 249

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

Shades of Psychedelic Purple #ED11F9

Tints of Psychedelic Purple #ED11F9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.38%

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

R = 47.12%
G = 3.38%
B = 49.5%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED11F9 (or 0xED11F9) is known color: Psychedelic Purple. HEX triplet: ED, 11 and F9. RGB value is (237,17,249). Sum of RGB (Red+Green+Blue) = 237+17+249=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 17 (7.03% from 255 or 3.38% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED11F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED11F9 is #12EE06. Grayscale: #6C6C6C. Windows color (decimal): -1240583 or 16323053. OLE color: 16323053.

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

Color convert

RGB 237 17 249 -
CMYK 0.05 0.93 0 0.02
HSL 296.9º 0.95% 0.52% -
HSV(B) 296.9º 0.93% 0.98% -
XYZ 52.22 25.24 91.74 -
YUV 109.23 206.89 219.14 -
System Red Green Blue C M Y K H S L
Decimal 237 17 249 0.05 0.93 0 0.02 296.9 0.95 0.52
Hex ED 11 F9 5 5D 0 2 129 5F 34
Octal 355 21 371 5 135 0 2 451 137 64
Binary 11101101 10001 11111001 101 1011101 0 10 100101001 1011111 110100

Color Harmonies of #ED11F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED11F9

Black with #ED11F9

Text Example


Text Example

White with #ED11F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED11F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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