Html Css Color HEX #ED2AF9 Psychedelic Purple

📋 copy color: '#ED2AF9'

red 237 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #ED2AF9

Tints of Psychedelic Purple #ED2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 7.95%

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

R = 44.89%
G = 7.95%
B = 47.16%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED2AF9 (or 0xED2AF9) is known color: Psychedelic Purple. HEX triplet: ED, 2A and F9. RGB value is (237,42,249). Sum of RGB (Red+Green+Blue) = 237+42+249=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 42 (16.80% from 255 or 7.95% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED2AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2AF9 is #12D506. Grayscale: #7B7B7B. Windows color (decimal): -1234183 or 16329453. OLE color: 16329453.

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

Color convert

RGB 237 42 249 -
CMYK 0.05 0.83 0 0.02
HSL 296.52º 0.95% 0.57% -
HSV(B) 296.52º 0.83% 0.98% -
XYZ 52.85 26.5 91.95 -
YUV 123.9 198.6 208.67 -
System Red Green Blue C M Y K H S L
Decimal 237 42 249 0.05 0.83 0 0.02 296.52 0.95 0.57
Hex ED 2A F9 5 53 0 2 129 5F 39
Octal 355 52 371 5 123 0 2 451 137 71
Binary 11101101 101010 11111001 101 1010011 0 10 100101001 1011111 111001

Color Harmonies of #ED2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AF9

Black with #ED2AF9

Text Example


Text Example

White with #ED2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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