Html Css Color HEX #E60FED Psychedelic Purple

📋 copy color: '#E60FED'

red 230 ◦ green 15 ◦ blue 237

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

Shades of Psychedelic Purple #E60FED

Tints of Psychedelic Purple #E60FED

RGB

 RED value IS 230 (90.23% from 255) = 47.72%

 GREEN value IS 15 (6.25% from 255) = 3.11%

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 47.72%
G = 3.11%
B = 49.17%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E60FED (or 0xE60FED) is known color: Psychedelic Purple. HEX triplet: E6, 0F and ED. RGB value is (230,15,237). Sum of RGB (Red+Green+Blue) = 230+15+237=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E60FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FED is #19F012. Grayscale: #676767. Windows color (decimal): -1699859 or 15536102. OLE color: 15536102.

HSL color Cylindrical-coordinate representation of color #E60FED: hue angle of 298.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FED is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 15 237 -
CMYK 0.03 0.94 0 0.07
HSL 298.11º 0.88% 0.49% -
HSV(B) 298.11º 0.94% 0.93% -
XYZ 48.09 23.28 82.08 -
YUV 104.59 202.73 217.45 -
System Red Green Blue C M Y K H S L
Decimal 230 15 237 0.03 0.94 0 0.07 298.11 0.88 0.49
Hex E6 F ED 3 5E 0 7 12A 58 31
Octal 346 17 355 3 136 0 7 452 130 61
Binary 11100110 1111 11101101 11 1011110 0 111 100101010 1011000 110001

Color Harmonies of #E60FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FED

Black with #E60FED

Text Example


Text Example

White with #E60FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FED; }

 p { color: rgb(230,15,237); }

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

background-color css

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

 a { background-color: rgb(230,15,237); }

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

border-color css

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

 span { border-color: rgb(230,15,237); }

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