Html Css Color HEX #ED1EFA Psychedelic Purple

📋 copy color: '#ED1EFA'

red 237 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #ED1EFA

Tints of Psychedelic Purple #ED1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.8%

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

R = 45.84%
G = 5.8%
B = 48.36%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED1EFA (or 0xED1EFA) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FA. RGB value is (237,30,250). Sum of RGB (Red+Green+Blue) = 237+30+250=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFA is #12E105. Grayscale: #747474. Windows color (decimal): -1237254 or 16391917. OLE color: 16391917.

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

Color convert

RGB 237 30 250 -
CMYK 0.05 0.88 0 0.02
HSL 296.45º 0.96% 0.55% -
HSV(B) 296.45º 0.88% 0.98% -
XYZ 52.64 25.84 92.65 -
YUV 116.97 203.08 213.61 -
System Red Green Blue C M Y K H S L
Decimal 237 30 250 0.05 0.88 0 0.02 296.45 0.96 0.55
Hex ED 1E FA 5 58 0 2 128 60 37
Octal 355 36 372 5 130 0 2 450 140 67
Binary 11101101 11110 11111010 101 1011000 0 10 100101000 1100000 110111

Color Harmonies of #ED1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EFA

Black with #ED1EFA

Text Example


Text Example

White with #ED1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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