Html Css Color HEX #ED32FE Psychedelic Purple

📋 copy color: '#ED32FE'

red 237 ◦ green 50 ◦ blue 254

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

Shades of Psychedelic Purple #ED32FE

Tints of Psychedelic Purple #ED32FE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.24%

 BLUE value IS 254 (99.61% from 255) = 46.95%

R = 43.81%
G = 9.24%
B = 46.95%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED32FE (or 0xED32FE) is known color: Psychedelic Purple. HEX triplet: ED, 32 and FE. RGB value is (237,50,254). Sum of RGB (Red+Green+Blue) = 237+50+254=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED32FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED32FE is #12CD01. Grayscale: #808080. Windows color (decimal): -1232130 or 16659181. OLE color: 16659181.

HSL color Cylindrical-coordinate representation of color #ED32FE: hue angle of 295º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED32FE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 50 254 -
CMYK 0.07 0.80 0 0.00
HSL 295º 0.99% 0.6% -
HSV(B) 295º 0.8% 1% -
XYZ 53.96 27.44 96.22 -
YUV 129.17 198.45 204.91 -
System Red Green Blue C M Y K H S L
Decimal 237 50 254 0.07 0.80 0 0.00 295 0.99 0.6
Hex ED 32 FE 7 50 0 0 127 63 3C
Octal 355 62 376 7 120 0 0 447 143 74
Binary 11101101 110010 11111110 111 1010000 0 0 100100111 1100011 111100

Color Harmonies of #ED32FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED32FE

Black with #ED32FE

Text Example


Text Example

White with #ED32FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED32FE; }

 p { color: rgb(237,50,254); }

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

background-color css

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

 a { background-color: rgb(237,50,254); }

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

border-color css

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

 span { border-color: rgb(237,50,254); }

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