Html Css Color HEX #E315ED Psychedelic Purple

📋 copy color: '#E315ED'

red 227 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #E315ED

Tints of Psychedelic Purple #E315ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 46.8%
G = 4.33%
B = 48.87%

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

#E315ED (or 0xE315ED) is known color: Psychedelic Purple. HEX triplet: E3, 15 and ED. RGB value is (227,21,237). Sum of RGB (Red+Green+Blue) = 227+21+237=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #E315ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315ED is #1CEA12. Grayscale: #6A6A6A. Windows color (decimal): -1894931 or 15537635. OLE color: 15537635.

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

Color convert

RGB 227 21 237 -
CMYK 0.04 0.91 0 0.07
HSL 297.22º 0.86% 0.51% -
HSV(B) 297.22º 0.91% 0.93% -
XYZ 47.23 22.98 82.07 -
YUV 107.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 227 21 237 0.04 0.91 0 0.07 297.22 0.86 0.51
Hex E3 15 ED 4 5B 0 7 129 56 33
Octal 343 25 355 4 133 0 7 451 126 63
Binary 11100011 10101 11101101 100 1011011 0 111 100101001 1010110 110011

Color Harmonies of #E315ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315ED

Black with #E315ED

Text Example


Text Example

White with #E315ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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