Html Css Color HEX #ED13FE Psychedelic Purple

📋 copy color: '#ED13FE'

red 237 ◦ green 19 ◦ blue 254

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

Shades of Psychedelic Purple #ED13FE

Tints of Psychedelic Purple #ED13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.73%

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

R = 46.47%
G = 3.73%
B = 49.8%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED13FE (or 0xED13FE) is known color: Psychedelic Purple. HEX triplet: ED, 13 and FE. RGB value is (237,19,254). Sum of RGB (Red+Green+Blue) = 237+19+254=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 19 (7.81% from 255 or 3.73% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED13FE is #12EC01. Grayscale: #6E6E6E. Windows color (decimal): -1240066 or 16651245. OLE color: 16651245.

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

Color convert

RGB 237 19 254 -
CMYK 0.07 0.93 0 0.00
HSL 295.66º 0.99% 0.54% -
HSV(B) 295.66º 0.93% 1% -
XYZ 53.05 25.63 95.92 -
YUV 110.97 208.72 217.89 -
System Red Green Blue C M Y K H S L
Decimal 237 19 254 0.07 0.93 0 0.00 295.66 0.99 0.54
Hex ED 13 FE 7 5D 0 0 128 63 36
Octal 355 23 376 7 135 0 0 450 143 66
Binary 11101101 10011 11111110 111 1011101 0 0 100101000 1100011 110110

Color Harmonies of #ED13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED13FE

Black with #ED13FE

Text Example


Text Example

White with #ED13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED13FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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