#EE27FE

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

Shades of Psychedelic Purple #EE27FE

Tints of Psychedelic Purple #EE27FE

Color information

#EE27FE (or 0xEE27FE) is unknown color: approx Psychedelic Purple. HEX triplet: EE, 27 and FE. RGB value is (238,39,254). Sum of RGB (Red+Green+Blue) = 238+39+254=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 39 (15.62% from 255 or 7.34% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FE is #11D801. Grayscale: #7A7A7A. Windows color (decimal): -1169410 or 16656366. OLE color: 16656366.

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

Color convert

RGB23839254-
CMYK0.060.8500.00
HSL295.53º99.08%57.45%-
HSV(B)295.53º84.65%99.61%-
XYZ53.8726.7896.1-
YUV123.01201.93210.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 39 (15.62% from 255) = 7.34%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=44.82%
G=7.34%
B=47.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal238392540.060.8500.00295.5399.0857.45
HexEE27FE655001286339
Octal3564737661250045014371
Binary11101110100111111111101101010101001001010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE27FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE27FE; }

 p { color: rgb(238,39,254); }

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

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

 a { background-color: rgb(238,39,254); }

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

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

 span { border-color: rgb(238,39,254); }

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