Html Css Color HEX #E60FF0 Psychedelic Purple

📋 copy color: '#E60FF0'

red 230 ◦ green 15 ◦ blue 240

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

Shades of Psychedelic Purple #E60FF0

Tints of Psychedelic Purple #E60FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 47.42%
G = 3.09%
B = 49.48%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E60FF0 (or 0xE60FF0) is known color: Psychedelic Purple. HEX triplet: E6, 0F and F0. RGB value is (230,15,240). Sum of RGB (Red+Green+Blue) = 230+15+240=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #E60FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FF0 is #19F00F. Grayscale: #686868. Windows color (decimal): -1699856 or 15732710. OLE color: 15732710.

HSL color Cylindrical-coordinate representation of color #E60FF0: hue angle of 297.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FF0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 15 240 -
CMYK 0.04 0.94 0 0.06
HSL 297.33º 0.88% 0.5% -
HSV(B) 297.33º 0.94% 0.94% -
XYZ 48.53 23.46 84.41 -
YUV 104.94 204.23 217.2 -
System Red Green Blue C M Y K H S L
Decimal 230 15 240 0.04 0.94 0 0.06 297.33 0.88 0.5
Hex E6 F F0 4 5E 0 6 129 58 32
Octal 346 17 360 4 136 0 6 451 130 62
Binary 11100110 1111 11110000 100 1011110 0 110 100101001 1011000 110010

Color Harmonies of #E60FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FF0

Black with #E60FF0

Text Example


Text Example

White with #E60FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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