Html Css Color HEX #ED0AFC Psychedelic Purple

📋 copy color: '#ED0AFC'

red 237 ◦ green 10 ◦ blue 252

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

Shades of Psychedelic Purple #ED0AFC

Tints of Psychedelic Purple #ED0AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 47.49%
G = 2%
B = 50.5%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED0AFC (or 0xED0AFC) is known color: Psychedelic Purple. HEX triplet: ED, 0A and FC. RGB value is (237,10,252). Sum of RGB (Red+Green+Blue) = 237+10+252=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 10 (4.30% from 255 or 2.00% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED0AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0AFC is #12F503. Grayscale: #686868. Windows color (decimal): -1242372 or 16517869. OLE color: 16517869.

HSL color Cylindrical-coordinate representation of color #ED0AFC: hue angle of 296.28º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0AFC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 10 252 -
CMYK 0.06 0.96 0 0.01
HSL 296.28º 0.98% 0.51% -
HSV(B) 296.28º 0.96% 0.99% -
XYZ 52.6 25.25 94.2 -
YUV 105.46 210.71 221.82 -
System Red Green Blue C M Y K H S L
Decimal 237 10 252 0.06 0.96 0 0.01 296.28 0.98 0.51
Hex ED A FC 6 60 0 1 128 62 33
Octal 355 12 374 6 140 0 1 450 142 63
Binary 11101101 1010 11111100 110 1100000 0 1 100101000 1100010 110011

Color Harmonies of #ED0AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0AFC

Black with #ED0AFC

Text Example


Text Example

White with #ED0AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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