Html Css Color HEX #E221FC Psychedelic Purple

📋 copy color: '#E221FC'

red 226 ◦ green 33 ◦ blue 252

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

Shades of Psychedelic Purple #E221FC

Tints of Psychedelic Purple #E221FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.46%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 44.23%
G = 6.46%
B = 49.32%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E221FC (or 0xE221FC) is known color: Psychedelic Purple. HEX triplet: E2, 21 and FC. RGB value is (226,33,252). Sum of RGB (Red+Green+Blue) = 226+33+252=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 33 (13.28% from 255 or 6.46% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #E221FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E221FC is #1DDE03. Grayscale: #727272. Windows color (decimal): -1957380 or 16523746. OLE color: 16523746.

HSL color Cylindrical-coordinate representation of color #E221FC: hue angle of 292.88º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E221FC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 33 252 -
CMYK 0.10 0.87 0 0.01
HSL 292.88º 0.97% 0.56% -
HSV(B) 292.88º 0.87% 0.99% -
XYZ 49.48 24.28 94.18 -
YUV 115.67 204.94 206.69 -
System Red Green Blue C M Y K H S L
Decimal 226 33 252 0.10 0.87 0 0.01 292.88 0.97 0.56
Hex E2 21 FC A 57 0 1 125 61 38
Octal 342 41 374 12 127 0 1 445 141 70
Binary 11100010 100001 11111100 1010 1010111 0 1 100100101 1100001 111000

Color Harmonies of #E221FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E221FC

Black with #E221FC

Text Example


Text Example

White with #E221FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E221FC; }

 p { color: rgb(226,33,252); }

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

background-color css

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

 a { background-color: rgb(226,33,252); }

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

border-color css

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

 span { border-color: rgb(226,33,252); }

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