Html Css Color HEX #E60EEF Psychedelic Purple

📋 copy color: '#E60EEF'

red 230 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #E60EEF

Tints of Psychedelic Purple #E60EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 47.62%
G = 2.9%
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

#E60EEF (or 0xE60EEF) is known color: Psychedelic Purple. HEX triplet: E6, 0E and EF. RGB value is (230,14,239). Sum of RGB (Red+Green+Blue) = 230+14+239=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #E60EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EEF is #19F110. Grayscale: #676767. Windows color (decimal): -1700113 or 15666918. OLE color: 15666918.

HSL color Cylindrical-coordinate representation of color #E60EEF: hue angle of 297.6º degrees, saturation: 0.89, 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 #E60EEF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 14 239 -
CMYK 0.04 0.94 0 0.06
HSL 297.6º 0.89% 0.5% -
HSV(B) 297.6º 0.94% 0.94% -
XYZ 48.37 23.37 83.62 -
YUV 104.23 204.06 217.7 -
System Red Green Blue C M Y K H S L
Decimal 230 14 239 0.04 0.94 0 0.06 297.6 0.89 0.5
Hex E6 E EF 4 5E 0 6 12A 59 32
Octal 346 16 357 4 136 0 6 452 131 62
Binary 11100110 1110 11101111 100 1011110 0 110 100101010 1011001 110010

Color Harmonies of #E60EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EEF

Black with #E60EEF

Text Example


Text Example

White with #E60EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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