Html Css Color HEX #E60EF3 Psychedelic Purple

📋 copy color: '#E60EF3'

red 230 ◦ green 14 ◦ blue 243

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

Shades of Psychedelic Purple #E60EF3

Tints of Psychedelic Purple #E60EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.9%

R = 47.23%
G = 2.87%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E60EF3 (or 0xE60EF3) is known color: Psychedelic Purple. HEX triplet: E6, 0E and F3. RGB value is (230,14,243). Sum of RGB (Red+Green+Blue) = 230+14+243=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #E60EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EF3 is #19F10C. Grayscale: #676767. Windows color (decimal): -1700109 or 15929062. OLE color: 15929062.

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

Color convert

RGB 230 14 243 -
CMYK 0.05 0.94 0 0.05
HSL 296.59º 0.91% 0.5% -
HSV(B) 296.59º 0.94% 0.95% -
XYZ 48.97 23.61 86.77 -
YUV 104.69 206.06 217.38 -
System Red Green Blue C M Y K H S L
Decimal 230 14 243 0.05 0.94 0 0.05 296.59 0.91 0.5
Hex E6 E F3 5 5E 0 5 129 5B 32
Octal 346 16 363 5 136 0 5 451 133 62
Binary 11100110 1110 11110011 101 1011110 0 101 100101001 1011011 110010

Color Harmonies of #E60EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EF3

Black with #E60EF3

Text Example


Text Example

White with #E60EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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