#e22ff1

Color #E22FF1 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E22FF1

Tints of Psychedelic Purple #E22FF1

Color information

#E22FF1 (or 0xE22FF1) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 2F and F1. RGB value is (226,47,241). Sum of RGB (Red+Green+Blue) = 226+47+241=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #E22FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E22FF1 is #1DD00E. Grayscale: #7A7A7A. Windows color (decimal): -1953807 or 15806434. OLE color: 15806434.

HSL color Cylindrical-coordinate representation of color #E22FF1: hue angle of 295.36º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22FF1 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22647241-
CMYK0.060.8000.05
HSL295.36º87.39%56.47%-
HSV(B)295.36º80.5%94.51%-
XYZ48.2624.5585.41-
YUV122.64194.8201.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.97%
GREEN value IS 47 (18.75% from 255) = 9.14%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=43.97%
G=9.14%
B=46.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal226472410.060.8000.05295.3687.3956.47
HexE22FF1650051275738
Octal3425736161200544712770
Binary1110001010111111110001110101000001011001001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e22ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e22ff1; }

 p { color: rgb(226,47,241); }

 H1.HeaderClassName
 {
   color: #e22ff1;
 }
 .AnyTagClassName
 {
   color: #e22ff1;
 }
</style>
background-color css

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

 a { background-color: rgb(226,47,241); }

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

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

 span { border-color: rgb(226,47,241); }

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