Html Css Color HEX #E215FF Psychedelic Purple

📋 copy color: '#E215FF'

red 226 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #E215FF

Tints of Psychedelic Purple #E215FF

RGB

 RED value IS 226 (88.67% from 255) = 45.02%

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

 BLUE value IS 255 (100% from 255) = 50.8%

R = 45.02%
G = 4.18%
B = 50.8%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E215FF (or 0xE215FF) is known color: Psychedelic Purple. HEX triplet: E2, 15 and FF. RGB value is (226,21,255). Sum of RGB (Red+Green+Blue) = 226+21+255=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E215FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215FF is #1DEA00. Grayscale: #6C6C6C. Windows color (decimal): -1960449 or 16717282. OLE color: 16717282.

HSL color Cylindrical-coordinate representation of color #E215FF: hue angle of 292.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E215FF is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 21 255 -
CMYK 0.11 0.92 0 0
HSL 292.56º 1% 0.54% -
HSV(B) 292.56º 0.92% 1% -
XYZ 49.68 23.93 96.61 -
YUV 108.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 226 21 255 0.11 0.92 0 0 292.56 1 0.54
Hex E2 15 FF B 5C 0 0 125 64 36
Octal 342 25 377 13 134 0 0 445 144 66
Binary 11100010 10101 11111111 1011 1011100 0 0 100100101 1100100 110110

Color Harmonies of #E215FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E215FF

Black with #E215FF

Text Example


Text Example

White with #E215FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E215FF; }

 p { color: rgb(226,21,255); }

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

background-color css

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

 a { background-color: rgb(226,21,255); }

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

border-color css

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

 span { border-color: rgb(226,21,255); }

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