Html Css Color HEX #ED30FF Psychedelic Purple

📋 copy color: '#ED30FF'

red 237 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #ED30FF

Tints of Psychedelic Purple #ED30FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 43.89%
G = 8.89%
B = 47.22%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED30FF (or 0xED30FF) is known color: Psychedelic Purple. HEX triplet: ED, 30 and FF. RGB value is (237,48,255). Sum of RGB (Red+Green+Blue) = 237+48+255=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 48 (19.14% from 255 or 8.89% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED30FF is #12CF00. Grayscale: #7F7F7F. Windows color (decimal): -1232641 or 16724205. OLE color: 16724205.

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

Color convert

RGB 237 48 255 -
CMYK 0.07 0.81 0 0
HSL 294.78º 1% 0.59% -
HSV(B) 294.78º 0.81% 1% -
XYZ 54.03 27.34 97.04 -
YUV 128.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 237 48 255 0.07 0.81 0 0 294.78 1 0.59
Hex ED 30 FF 7 51 0 0 127 64 3B
Octal 355 60 377 7 121 0 0 447 144 73
Binary 11101101 110000 11111111 111 1010001 0 0 100100111 1100100 111011

Color Harmonies of #ED30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30FF

Black with #ED30FF

Text Example


Text Example

White with #ED30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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