Html Css Color HEX #ED2EFA Psychedelic Purple

📋 copy color: '#ED2EFA'

red 237 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #ED2EFA

Tints of Psychedelic Purple #ED2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.63%

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

R = 44.47%
G = 8.63%
B = 46.9%

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

#ED2EFA (or 0xED2EFA) is known color: Psychedelic Purple. HEX triplet: ED, 2E and FA. RGB value is (237,46,250). Sum of RGB (Red+Green+Blue) = 237+46+250=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2EFA is #12D105. Grayscale: #7D7D7D. Windows color (decimal): -1233158 or 16396013. OLE color: 16396013.

HSL color Cylindrical-coordinate representation of color #ED2EFA: hue angle of 296.18º 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 #ED2EFA is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 46 250 -
CMYK 0.05 0.82 0 0.02
HSL 296.18º 0.95% 0.58% -
HSV(B) 296.18º 0.82% 0.98% -
XYZ 53.16 26.86 92.83 -
YUV 126.37 197.78 206.91 -
System Red Green Blue C M Y K H S L
Decimal 237 46 250 0.05 0.82 0 0.02 296.18 0.95 0.58
Hex ED 2E FA 5 52 0 2 128 5F 3A
Octal 355 56 372 5 122 0 2 450 137 72
Binary 11101101 101110 11111010 101 1010010 0 10 100101000 1011111 111010

Color Harmonies of #ED2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EFA

Black with #ED2EFA

Text Example


Text Example

White with #ED2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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