Html Css Color HEX #E60AFE Psychedelic Purple

📋 copy color: '#E60AFE'

red 230 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #E60AFE

Tints of Psychedelic Purple #E60AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.02%

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

R = 46.56%
G = 2.02%
B = 51.42%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E60AFE (or 0xE60AFE) is known color: Psychedelic Purple. HEX triplet: E6, 0A and FE. RGB value is (230,10,254). Sum of RGB (Red+Green+Blue) = 230+10+254=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 10 (4.30% from 255 or 2.02% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #E60AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60AFE is #19F501. Grayscale: #666666. Windows color (decimal): -1701122 or 16648934. OLE color: 16648934.

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

Color convert

RGB 230 10 254 -
CMYK 0.09 0.96 0 0.00
HSL 294.1º 0.99% 0.52% -
HSV(B) 294.1º 0.96% 1% -
XYZ 50.63 24.2 95.77 -
YUV 103.6 212.89 218.16 -
System Red Green Blue C M Y K H S L
Decimal 230 10 254 0.09 0.96 0 0.00 294.1 0.99 0.52
Hex E6 A FE 9 60 0 0 126 63 34
Octal 346 12 376 11 140 0 0 446 143 64
Binary 11100110 1010 11111110 1001 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E60AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AFE

Black with #E60AFE

Text Example


Text Example

White with #E60AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AFE; }

 p { color: rgb(230,10,254); }

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

background-color css

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

 a { background-color: rgb(230,10,254); }

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

border-color css

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

 span { border-color: rgb(230,10,254); }

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