#EE2EFD

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

Shades of Psychedelic Purple #EE2EFD

Tints of Psychedelic Purple #EE2EFD

Color information

#EE2EFD (or 0xEE2EFD) is unknown color: approx Psychedelic Purple. HEX triplet: EE, 2E and FD. RGB value is (238,46,253). Sum of RGB (Red+Green+Blue) = 238+46+253=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 46 (18.36% from 255 or 8.57% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EFD is #11D102. Grayscale: #7E7E7E. Windows color (decimal): -1167619 or 16592622. OLE color: 16592622.

HSL color Cylindrical-coordinate representation of color #EE2EFD: hue angle of 295.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2EFD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23846253-
CMYK0.060.8200.01
HSL295.65º98.1%58.63%-
HSV(B)295.65º81.82%99.22%-
XYZ53.9727.2295.34-
YUV127.01199.11207.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 46 (18.36% from 255) = 8.57%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=44.32%
G=8.57%
B=47.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238462530.060.8200.01295.6598.158.63
HexEE2EFD65201128623b
Octal3565637561220145014273
Binary11101110101110111111011101010010011001010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2EFD; }

 p { color: rgb(238,46,253); }

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

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

 a { background-color: rgb(238,46,253); }

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

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

 span { border-color: rgb(238,46,253); }

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