Html Css Color HEX #ED30FC Psychedelic Purple

📋 copy color: '#ED30FC'

red 237 ◦ green 48 ◦ blue 252

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

Shades of Psychedelic Purple #ED30FC

Tints of Psychedelic Purple #ED30FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 44.13%
G = 8.94%
B = 46.93%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED30FC (or 0xED30FC) is known color: Psychedelic Purple. HEX triplet: ED, 30 and FC. RGB value is (237,48,252). Sum of RGB (Red+Green+Blue) = 237+48+252=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 48 (19.14% from 255 or 8.94% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED30FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30FC is #12CF03. Grayscale: #7F7F7F. Windows color (decimal): -1232644 or 16527597. OLE color: 16527597.

HSL color Cylindrical-coordinate representation of color #ED30FC: hue angle of 295.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED30FC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 48 252 -
CMYK 0.06 0.81 0 0.01
HSL 295.59º 0.97% 0.59% -
HSV(B) 295.59º 0.81% 0.99% -
XYZ 53.55 27.15 94.51 -
YUV 127.77 198.12 205.91 -
System Red Green Blue C M Y K H S L
Decimal 237 48 252 0.06 0.81 0 0.01 295.59 0.97 0.59
Hex ED 30 FC 6 51 0 1 128 61 3B
Octal 355 60 374 6 121 0 1 450 141 73
Binary 11101101 110000 11111100 110 1010001 0 1 100101000 1100001 111011

Color Harmonies of #ED30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30FC

Black with #ED30FC

Text Example


Text Example

White with #ED30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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