#EE22FF

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

Shades of Psychedelic Purple #EE22FF

Tints of Psychedelic Purple #EE22FF

Color information

#EE22FF (or 0xEE22FF) is unknown color: approx Psychedelic Purple. HEX triplet: EE, 22 and FF. RGB value is (238,34,255). Sum of RGB (Red+Green+Blue) = 238+34+255=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE22FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE22FF is #11DD00. Grayscale: #777777. Windows color (decimal): -1170689 or 16720622. OLE color: 16720622.

HSL color Cylindrical-coordinate representation of color #EE22FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE22FF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23834255-
CMYK0.070.8700
HSL295.38º100%56.67%-
HSV(B)295.38º86.67%100%-
XYZ53.8826.5496.89-
YUV120.19204.09212.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 34 (13.67% from 255) = 6.45%
BLUE value IS 255 (100% from 255) = 48.39%
R=45.16%
G=6.45%
B=48.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal238342550.070.8700295.3810056.67
HexEE22FF757001276439
Octal3564237771270044714471
Binary11101110100010111111111111010111001001001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE22FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE22FF; }

 p { color: rgb(238,34,255); }

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

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

 a { background-color: rgb(238,34,255); }

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

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

 span { border-color: rgb(238,34,255); }

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