Html Css Color HEX #E618EC Psychedelic Purple

📋 copy color: '#E618EC'

red 230 ◦ green 24 ◦ blue 236

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

Shades of Psychedelic Purple #E618EC

Tints of Psychedelic Purple #E618EC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.9%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 46.94%
G = 4.9%
B = 48.16%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E618EC (or 0xE618EC) is known color: Psychedelic Purple. HEX triplet: E6, 18 and EC. RGB value is (230,24,236). Sum of RGB (Red+Green+Blue) = 230+24+236=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #E618EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618EC is #19E713. Grayscale: #6D6D6D. Windows color (decimal): -1697556 or 15472870. OLE color: 15472870.

HSL color Cylindrical-coordinate representation of color #E618EC: hue angle of 298.3º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618EC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 24 236 -
CMYK 0.03 0.90 0 0.07
HSL 298.3º 0.85% 0.51% -
HSV(B) 298.3º 0.9% 0.93% -
XYZ 48.1 23.53 81.36 -
YUV 109.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 230 24 236 0.03 0.90 0 0.07 298.3 0.85 0.51
Hex E6 18 EC 3 5A 0 7 12A 55 33
Octal 346 30 354 3 132 0 7 452 125 63
Binary 11100110 11000 11101100 11 1011010 0 111 100101010 1010101 110011

Color Harmonies of #E618EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618EC

Black with #E618EC

Text Example


Text Example

White with #E618EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618EC; }

 p { color: rgb(230,24,236); }

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

background-color css

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

 a { background-color: rgb(230,24,236); }

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

border-color css

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

 span { border-color: rgb(230,24,236); }

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