Html Css Color HEX #ED30FA Psychedelic Purple

📋 copy color: '#ED30FA'

red 237 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #ED30FA

Tints of Psychedelic Purple #ED30FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.97%

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

R = 44.3%
G = 8.97%
B = 46.73%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED30FA (or 0xED30FA) is known color: Psychedelic Purple. HEX triplet: ED, 30 and FA. RGB value is (237,48,250). Sum of RGB (Red+Green+Blue) = 237+48+250=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 48 (19.14% from 255 or 8.97% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30FA is #12CF05. Grayscale: #7E7E7E. Windows color (decimal): -1232646 or 16396525. OLE color: 16396525.

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

Color convert

RGB 237 48 250 -
CMYK 0.05 0.81 0 0.02
HSL 296.14º 0.95% 0.58% -
HSV(B) 296.14º 0.81% 0.98% -
XYZ 53.24 27.02 92.85 -
YUV 127.54 197.12 206.07 -
System Red Green Blue C M Y K H S L
Decimal 237 48 250 0.05 0.81 0 0.02 296.14 0.95 0.58
Hex ED 30 FA 5 51 0 2 128 5F 3A
Octal 355 60 372 5 121 0 2 450 137 72
Binary 11101101 110000 11111010 101 1010001 0 10 100101000 1011111 111010

Color Harmonies of #ED30FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30FA

Black with #ED30FA

Text Example


Text Example

White with #ED30FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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