#EE2AFD

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

Shades of Psychedelic Purple #EE2AFD

Tints of Psychedelic Purple #EE2AFD

Color information

#EE2AFD (or 0xEE2AFD) is unknown color: approx Psychedelic Purple. HEX triplet: EE, 2A and FD. RGB value is (238,42,253). Sum of RGB (Red+Green+Blue) = 238+42+253=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 42 (16.80% from 255 or 7.88% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE2AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2AFD is #11D502. Grayscale: #7C7C7C. Windows color (decimal): -1168643 or 16591598. OLE color: 16591598.

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

Color convert

RGB23842253-
CMYK0.060.8300.01
HSL295.73º98.14%57.84%-
HSV(B)295.73º83.4%99.22%-
XYZ53.8226.9295.29-
YUV124.66200.43208.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.65%
GREEN value IS 42 (16.80% from 255) = 7.88%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=44.65%
G=7.88%
B=47.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238422530.060.8300.01295.7398.1457.84
HexEE2AFD65301128623a
Octal3565237561230145014272
Binary11101110101010111111011101010011011001010001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2AFD; }

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

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

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

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

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

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

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

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