Html Css Color HEX #E60FEC Psychedelic Purple

📋 copy color: '#E60FEC'

red 230 ◦ green 15 ◦ blue 236

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

Shades of Psychedelic Purple #E60FEC

Tints of Psychedelic Purple #E60FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 47.82%
G = 3.12%
B = 49.06%

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

#E60FEC (or 0xE60FEC) is known color: Psychedelic Purple. HEX triplet: E6, 0F and EC. RGB value is (230,15,236). Sum of RGB (Red+Green+Blue) = 230+15+236=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #E60FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FEC is #19F013. Grayscale: #676767. Windows color (decimal): -1699860 or 15470566. OLE color: 15470566.

HSL color Cylindrical-coordinate representation of color #E60FEC: hue angle of 298.37º 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 #E60FEC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 15 236 -
CMYK 0.03 0.94 0 0.07
HSL 298.37º 0.88% 0.49% -
HSV(B) 298.37º 0.94% 0.93% -
XYZ 47.94 23.22 81.31 -
YUV 104.48 202.23 217.53 -
System Red Green Blue C M Y K H S L
Decimal 230 15 236 0.03 0.94 0 0.07 298.37 0.88 0.49
Hex E6 F EC 3 5E 0 7 12A 58 31
Octal 346 17 354 3 136 0 7 452 130 61
Binary 11100110 1111 11101100 11 1011110 0 111 100101010 1011000 110001

Color Harmonies of #E60FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FEC

Black with #E60FEC

Text Example


Text Example

White with #E60FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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