Html Css Color HEX #E315F6 Psychedelic Purple

📋 copy color: '#E315F6'

red 227 ◦ green 21 ◦ blue 246

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

Shades of Psychedelic Purple #E315F6

Tints of Psychedelic Purple #E315F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 45.95%
G = 4.25%
B = 49.8%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E315F6 (or 0xE315F6) is known color: Psychedelic Purple. HEX triplet: E3, 15 and F6. RGB value is (227,21,246). Sum of RGB (Red+Green+Blue) = 227+21+246=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #E315F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E315F6 is #1CEA09. Grayscale: #6B6B6B. Windows color (decimal): -1894922 or 16127459. OLE color: 16127459.

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

Color convert

RGB 227 21 246 -
CMYK 0.08 0.91 0 0.04
HSL 294.93º 0.93% 0.52% -
HSV(B) 294.93º 0.91% 0.96% -
XYZ 48.58 23.52 89.17 -
YUV 108.24 205.75 212.7 -
System Red Green Blue C M Y K H S L
Decimal 227 21 246 0.08 0.91 0 0.04 294.93 0.93 0.52
Hex E3 15 F6 8 5B 0 4 127 5D 34
Octal 343 25 366 10 133 0 4 447 135 64
Binary 11100011 10101 11110110 1000 1011011 0 100 100100111 1011101 110100

Color Harmonies of #E315F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E315F6

Black with #E315F6

Text Example


Text Example

White with #E315F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E315F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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