Html Css Color HEX #E60AFF Psychedelic Purple

📋 copy color: '#E60AFF'

red 230 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #E60AFF

Tints of Psychedelic Purple #E60AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 46.46%
G = 2.02%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E60AFF (or 0xE60AFF) is known color: Psychedelic Purple. HEX triplet: E6, 0A and FF. RGB value is (230,10,255). Sum of RGB (Red+Green+Blue) = 230+10+255=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E60AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60AFF is #19F500. Grayscale: #666666. Windows color (decimal): -1701121 or 16714470. OLE color: 16714470.

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

Color convert

RGB 230 10 255 -
CMYK 0.10 0.96 0 0
HSL 293.88º 1% 0.52% -
HSV(B) 293.88º 0.96% 1% -
XYZ 50.79 24.26 96.61 -
YUV 103.71 213.39 218.08 -
System Red Green Blue C M Y K H S L
Decimal 230 10 255 0.10 0.96 0 0 293.88 1 0.52
Hex E6 A FF A 60 0 0 126 64 34
Octal 346 12 377 12 140 0 0 446 144 64
Binary 11100110 1010 11111111 1010 1100000 0 0 100100110 1100100 110100

Color Harmonies of #E60AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60AFF

Black with #E60AFF

Text Example


Text Example

White with #E60AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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