Html Css Color HEX #E216EC Psychedelic Purple

📋 copy color: '#E216EC'

red 226 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #E216EC

Tints of Psychedelic Purple #E216EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.55%

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

R = 46.69%
G = 4.55%
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

#E216EC (or 0xE216EC) is known color: Psychedelic Purple. HEX triplet: E2, 16 and EC. RGB value is (226,22,236). Sum of RGB (Red+Green+Blue) = 226+22+236=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 22 (8.98% from 255 or 4.55% 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 #E216EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E216EC is #1DE913. Grayscale: #6A6A6A. Windows color (decimal): -1960212 or 15472354. OLE color: 15472354.

HSL color Cylindrical-coordinate representation of color #E216EC: hue angle of 297.2º degrees, saturation: 0.85, 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 #E216EC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 22 236 -
CMYK 0.04 0.91 0 0.07
HSL 297.2º 0.85% 0.51% -
HSV(B) 297.2º 0.91% 0.93% -
XYZ 46.79 22.8 81.29 -
YUV 107.39 200.59 212.6 -
System Red Green Blue C M Y K H S L
Decimal 226 22 236 0.04 0.91 0 0.07 297.2 0.85 0.51
Hex E2 16 EC 4 5B 0 7 129 55 33
Octal 342 26 354 4 133 0 7 451 125 63
Binary 11100010 10110 11101100 100 1011011 0 111 100101001 1010101 110011

Color Harmonies of #E216EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E216EC

Black with #E216EC

Text Example


Text Example

White with #E216EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E216EC; }

 p { color: rgb(226,22,236); }

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

background-color css

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

 a { background-color: rgb(226,22,236); }

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

border-color css

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

 span { border-color: rgb(226,22,236); }

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