Html Css Color HEX #ED0AF7 Psychedelic Purple

📋 copy color: '#ED0AF7'

red 237 ◦ green 10 ◦ blue 247

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

Shades of Psychedelic Purple #ED0AF7

Tints of Psychedelic Purple #ED0AF7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.02%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 47.98%
G = 2.02%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED0AF7 (or 0xED0AF7) is known color: Psychedelic Purple. HEX triplet: ED, 0A and F7. RGB value is (237,10,247). Sum of RGB (Red+Green+Blue) = 237+10+247=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 10 (4.30% from 255 or 2.02% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AF7 is #12F508. Grayscale: #686868. Windows color (decimal): -1242377 or 16190189. OLE color: 16190189.

HSL color Cylindrical-coordinate representation of color #ED0AF7: hue angle of 297.47º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AF7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 10 247 -
CMYK 0.04 0.96 0 0.03
HSL 297.47º 0.94% 0.5% -
HSV(B) 297.47º 0.96% 0.97% -
XYZ 51.82 24.94 90.08 -
YUV 104.89 208.21 222.23 -
System Red Green Blue C M Y K H S L
Decimal 237 10 247 0.04 0.96 0 0.03 297.47 0.94 0.5
Hex ED A F7 4 60 0 3 129 5E 32
Octal 355 12 367 4 140 0 3 451 136 62
Binary 11101101 1010 11110111 100 1100000 0 11 100101001 1011110 110010

Color Harmonies of #ED0AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AF7

Black with #ED0AF7

Text Example


Text Example

White with #ED0AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AF7; }

 p { color: rgb(237,10,247); }

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

background-color css

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

 a { background-color: rgb(237,10,247); }

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

border-color css

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

 span { border-color: rgb(237,10,247); }

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