Html Css Color HEX #E315EB Psychedelic Purple

📋 copy color: '#E315EB'

red 227 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #E315EB

Tints of Psychedelic Purple #E315EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 47%
G = 4.35%
B = 48.65%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E315EB (or 0xE315EB) is known color: Psychedelic Purple. HEX triplet: E3, 15 and EB. RGB value is (227,21,235). Sum of RGB (Red+Green+Blue) = 227+21+235=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #E315EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315EB is #1CEA14. Grayscale: #6A6A6A. Windows color (decimal): -1894933 or 15406563. OLE color: 15406563.

HSL color Cylindrical-coordinate representation of color #E315EB: hue angle of 297.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E315EB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 21 235 -
CMYK 0.03 0.91 0 0.08
HSL 297.76º 0.84% 0.5% -
HSV(B) 297.76º 0.91% 0.92% -
XYZ 46.94 22.87 80.54 -
YUV 106.99 200.25 213.6 -
System Red Green Blue C M Y K H S L
Decimal 227 21 235 0.03 0.91 0 0.08 297.76 0.84 0.5
Hex E3 15 EB 3 5B 0 8 12A 54 32
Octal 343 25 353 3 133 0 10 452 124 62
Binary 11100011 10101 11101011 11 1011011 0 1000 100101010 1010100 110010

Color Harmonies of #E315EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315EB

Black with #E315EB

Text Example


Text Example

White with #E315EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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