Html Css Color HEX #ED2DFA Psychedelic Purple

📋 copy color: '#ED2DFA'

red 237 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #ED2DFA

Tints of Psychedelic Purple #ED2DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.46%

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

R = 44.55%
G = 8.46%
B = 46.99%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED2DFA (or 0xED2DFA) is known color: Psychedelic Purple. HEX triplet: ED, 2D and FA. RGB value is (237,45,250). Sum of RGB (Red+Green+Blue) = 237+45+250=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 45 (17.97% from 255 or 8.46% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DFA is #12D205. Grayscale: #7D7D7D. Windows color (decimal): -1233414 or 16395757. OLE color: 16395757.

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

Color convert

RGB 237 45 250 -
CMYK 0.05 0.82 0 0.02
HSL 296.2º 0.95% 0.58% -
HSV(B) 296.2º 0.82% 0.98% -
XYZ 53.12 26.78 92.81 -
YUV 125.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 237 45 250 0.05 0.82 0 0.02 296.2 0.95 0.58
Hex ED 2D FA 5 52 0 2 128 5F 3A
Octal 355 55 372 5 122 0 2 450 137 72
Binary 11101101 101101 11111010 101 1010010 0 10 100101000 1011111 111010

Color Harmonies of #ED2DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DFA

Black with #ED2DFA

Text Example


Text Example

White with #ED2DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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