Html Css Color HEX #ED1AF9 Psychedelic Purple

📋 copy color: '#ED1AF9'

red 237 ◦ green 26 ◦ blue 249

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

Shades of Psychedelic Purple #ED1AF9

Tints of Psychedelic Purple #ED1AF9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.08%

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

R = 46.29%
G = 5.08%
B = 48.63%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED1AF9 (or 0xED1AF9) is known color: Psychedelic Purple. HEX triplet: ED, 1A and F9. RGB value is (237,26,249). Sum of RGB (Red+Green+Blue) = 237+26+249=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED1AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AF9 is #12E506. Grayscale: #717171. Windows color (decimal): -1238279 or 16325357. OLE color: 16325357.

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

Color convert

RGB 237 26 249 -
CMYK 0.05 0.90 0 0.02
HSL 296.77º 0.95% 0.54% -
HSV(B) 296.77º 0.9% 0.98% -
XYZ 52.39 25.58 91.8 -
YUV 114.51 203.9 215.37 -
System Red Green Blue C M Y K H S L
Decimal 237 26 249 0.05 0.90 0 0.02 296.77 0.95 0.54
Hex ED 1A F9 5 5A 0 2 129 5F 36
Octal 355 32 371 5 132 0 2 451 137 66
Binary 11101101 11010 11111001 101 1011010 0 10 100101001 1011111 110110

Color Harmonies of #ED1AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1AF9

Black with #ED1AF9

Text Example


Text Example

White with #ED1AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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