Html Css Color HEX #E60EFA Psychedelic Purple

📋 copy color: '#E60EFA'

red 230 ◦ green 14 ◦ blue 250

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

Shades of Psychedelic Purple #E60EFA

Tints of Psychedelic Purple #E60EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 46.56%
G = 2.83%
B = 50.61%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E60EFA (or 0xE60EFA) is known color: Psychedelic Purple. HEX triplet: E6, 0E and FA. RGB value is (230,14,250). Sum of RGB (Red+Green+Blue) = 230+14+250=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 14 (5.86% from 255 or 2.83% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E60EFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EFA is #19F105. Grayscale: #686868. Windows color (decimal): -1700102 or 16387814. OLE color: 16387814.

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

Color convert

RGB 230 14 250 -
CMYK 0.08 0.94 0 0.02
HSL 294.92º 0.96% 0.52% -
HSV(B) 294.92º 0.94% 0.98% -
XYZ 50.05 24.04 92.44 -
YUV 105.49 209.56 216.81 -
System Red Green Blue C M Y K H S L
Decimal 230 14 250 0.08 0.94 0 0.02 294.92 0.96 0.52
Hex E6 E FA 8 5E 0 2 127 60 34
Octal 346 16 372 10 136 0 2 447 140 64
Binary 11100110 1110 11111010 1000 1011110 0 10 100100111 1100000 110100

Color Harmonies of #E60EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EFA

Black with #E60EFA

Text Example


Text Example

White with #E60EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EFA; }

 p { color: rgb(230,14,250); }

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

background-color css

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

 a { background-color: rgb(230,14,250); }

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

border-color css

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

 span { border-color: rgb(230,14,250); }

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