Html Css Color HEX #E216EA Psychedelic Purple

📋 copy color: '#E216EA'

red 226 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #E216EA

Tints of Psychedelic Purple #E216EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 46.89%
G = 4.56%
B = 48.55%

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

#E216EA (or 0xE216EA) is known color: Psychedelic Purple. HEX triplet: E2, 16 and EA. RGB value is (226,22,234). Sum of RGB (Red+Green+Blue) = 226+22+234=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #E216EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E216EA is #1DE915. Grayscale: #6A6A6A. Windows color (decimal): -1960214 or 15341282. OLE color: 15341282.

HSL color Cylindrical-coordinate representation of color #E216EA: hue angle of 297.74º degrees, saturation: 0.83, 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 #E216EA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 22 234 -
CMYK 0.03 0.91 0 0.08
HSL 297.74º 0.83% 0.5% -
HSV(B) 297.74º 0.91% 0.92% -
XYZ 46.5 22.68 79.77 -
YUV 107.16 199.59 212.76 -
System Red Green Blue C M Y K H S L
Decimal 226 22 234 0.03 0.91 0 0.08 297.74 0.83 0.5
Hex E2 16 EA 3 5B 0 8 12A 53 32
Octal 342 26 352 3 133 0 10 452 123 62
Binary 11100010 10110 11101010 11 1011011 0 1000 100101010 1010011 110010

Color Harmonies of #E216EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E216EA

Black with #E216EA

Text Example


Text Example

White with #E216EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E216EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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