Html Css Color HEX #ED0DFA Psychedelic Purple

📋 copy color: '#ED0DFA'

red 237 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #ED0DFA

Tints of Psychedelic Purple #ED0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.6%

 BLUE value IS 250 (98.05% from 255) = 50%

R = 47.4%
G = 2.6%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED0DFA (or 0xED0DFA) is known color: Psychedelic Purple. HEX triplet: ED, 0D and FA. RGB value is (237,13,250). Sum of RGB (Red+Green+Blue) = 237+13+250=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED0DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DFA is #12F205. Grayscale: #6A6A6A. Windows color (decimal): -1241606 or 16387565. OLE color: 16387565.

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

Color convert

RGB 237 13 250 -
CMYK 0.05 0.95 0 0.02
HSL 296.71º 0.96% 0.52% -
HSV(B) 296.71º 0.95% 0.98% -
XYZ 52.32 25.19 92.55 -
YUV 106.99 208.71 220.73 -
System Red Green Blue C M Y K H S L
Decimal 237 13 250 0.05 0.95 0 0.02 296.71 0.96 0.52
Hex ED D FA 5 5F 0 2 129 60 34
Octal 355 15 372 5 137 0 2 451 140 64
Binary 11101101 1101 11111010 101 1011111 0 10 100101001 1100000 110100

Color Harmonies of #ED0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DFA

Black with #ED0DFA

Text Example


Text Example

White with #ED0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DFA; }

 p { color: rgb(237,13,250); }

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

background-color css

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

 a { background-color: rgb(237,13,250); }

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

border-color css

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

 span { border-color: rgb(237,13,250); }

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