Html Css Color HEX #E315EC Psychedelic Purple

📋 copy color: '#E315EC'

red 227 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #E315EC

Tints of Psychedelic Purple #E315EC

RGB

 RED value IS 227 (89.06% from 255) = 46.9%

 GREEN value IS 21 (8.59% from 255) = 4.34%

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

R = 46.9%
G = 4.34%
B = 48.76%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E315EC (or 0xE315EC) is known color: Psychedelic Purple. HEX triplet: E3, 15 and EC. RGB value is (227,21,236). Sum of RGB (Red+Green+Blue) = 227+21+236=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #E315EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315EC is #1CEA13. Grayscale: #6A6A6A. Windows color (decimal): -1894932 or 15472099. OLE color: 15472099.

HSL color Cylindrical-coordinate representation of color #E315EC: hue angle of 297.49º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315EC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 21 236 -
CMYK 0.04 0.91 0 0.07
HSL 297.49º 0.85% 0.5% -
HSV(B) 297.49º 0.91% 0.93% -
XYZ 47.09 22.92 81.3 -
YUV 107.1 200.75 213.52 -
System Red Green Blue C M Y K H S L
Decimal 227 21 236 0.04 0.91 0 0.07 297.49 0.85 0.5
Hex E3 15 EC 4 5B 0 7 129 55 32
Octal 343 25 354 4 133 0 7 451 125 62
Binary 11100011 10101 11101100 100 1011011 0 111 100101001 1010101 110010

Color Harmonies of #E315EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315EC

Black with #E315EC

Text Example


Text Example

White with #E315EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315EC; }

 p { color: rgb(227,21,236); }

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

background-color css

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

 a { background-color: rgb(227,21,236); }

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

border-color css

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

 span { border-color: rgb(227,21,236); }

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