Html Css Color HEX #ED31F9 Psychedelic Purple

📋 copy color: '#ED31F9'

red 237 ◦ green 49 ◦ blue 249

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

Shades of Psychedelic Purple #ED31F9

Tints of Psychedelic Purple #ED31F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.16%

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

R = 44.3%
G = 9.16%
B = 46.54%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED31F9 (or 0xED31F9) is known color: Psychedelic Purple. HEX triplet: ED, 31 and F9. RGB value is (237,49,249). Sum of RGB (Red+Green+Blue) = 237+49+249=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 49 (19.53% from 255 or 9.16% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED31F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED31F9 is #12CE06. Grayscale: #7F7F7F. Windows color (decimal): -1232391 or 16331245. OLE color: 16331245.

HSL color Cylindrical-coordinate representation of color #ED31F9: hue angle of 296.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED31F9 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 49 249 -
CMYK 0.05 0.80 0 0.02
HSL 296.4º 0.94% 0.58% -
HSV(B) 296.4º 0.8% 0.98% -
XYZ 53.12 27.04 92.04 -
YUV 128.01 196.28 205.74 -
System Red Green Blue C M Y K H S L
Decimal 237 49 249 0.05 0.80 0 0.02 296.4 0.94 0.58
Hex ED 31 F9 5 50 0 2 128 5E 3A
Octal 355 61 371 5 120 0 2 450 136 72
Binary 11101101 110001 11111001 101 1010000 0 10 100101000 1011110 111010

Color Harmonies of #ED31F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31F9

Black with #ED31F9

Text Example


Text Example

White with #ED31F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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