Html Css Color HEX #E216FA Psychedelic Purple

📋 copy color: '#E216FA'

red 226 ◦ green 22 ◦ blue 250

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

Shades of Psychedelic Purple #E216FA

Tints of Psychedelic Purple #E216FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 45.38%
G = 4.42%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E216FA (or 0xE216FA) is known color: Psychedelic Purple. HEX triplet: E2, 16 and FA. RGB value is (226,22,250). Sum of RGB (Red+Green+Blue) = 226+22+250=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #E216FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E216FA is #1DE905. Grayscale: #6C6C6C. Windows color (decimal): -1960198 or 16389858. OLE color: 16389858.

HSL color Cylindrical-coordinate representation of color #E216FA: hue angle of 293.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E216FA is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 22 250 -
CMYK 0.10 0.91 0 0.02
HSL 293.68º 0.96% 0.53% -
HSV(B) 293.68º 0.91% 0.98% -
XYZ 48.91 23.64 92.43 -
YUV 108.99 207.59 211.46 -
System Red Green Blue C M Y K H S L
Decimal 226 22 250 0.10 0.91 0 0.02 293.68 0.96 0.53
Hex E2 16 FA A 5B 0 2 126 60 35
Octal 342 26 372 12 133 0 2 446 140 65
Binary 11100010 10110 11111010 1010 1011011 0 10 100100110 1100000 110101

Color Harmonies of #E216FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E216FA

Black with #E216FA

Text Example


Text Example

White with #E216FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E216FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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