Html Css Color HEX #E60FFC Psychedelic Purple

📋 copy color: '#E60FFC'

red 230 ◦ green 15 ◦ blue 252

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

Shades of Psychedelic Purple #E60FFC

Tints of Psychedelic Purple #E60FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 46.28%
G = 3.02%
B = 50.7%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E60FFC (or 0xE60FFC) is known color: Psychedelic Purple. HEX triplet: E6, 0F and FC. RGB value is (230,15,252). Sum of RGB (Red+Green+Blue) = 230+15+252=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E60FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FFC is #19F003. Grayscale: #696969. Windows color (decimal): -1699844 or 16519142. OLE color: 16519142.

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

Color convert

RGB 230 15 252 -
CMYK 0.09 0.94 0 0.01
HSL 294.43º 0.98% 0.52% -
HSV(B) 294.43º 0.94% 0.99% -
XYZ 50.37 24.19 94.11 -
YUV 106.3 210.23 216.23 -
System Red Green Blue C M Y K H S L
Decimal 230 15 252 0.09 0.94 0 0.01 294.43 0.98 0.52
Hex E6 F FC 9 5E 0 1 126 62 34
Octal 346 17 374 11 136 0 1 446 142 64
Binary 11100110 1111 11111100 1001 1011110 0 1 100100110 1100010 110100

Color Harmonies of #E60FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FFC

Black with #E60FFC

Text Example


Text Example

White with #E60FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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