Html Css Color HEX #EE16FF Psychedelic Purple

📋 copy color: '#EE16FF'

red 238 ◦ green 22 ◦ blue 255

#EE16FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #EE16FF

Tints of Psychedelic Purple #EE16FF

RGB

 RED value IS 238 (93.36% from 255) = 46.21%

 GREEN value IS 22 (8.98% from 255) = 4.27%

 BLUE value IS 255 (100% from 255) = 49.51%

R = 46.21%
G = 4.27%
B = 49.51%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE16FF (or 0xEE16FF) is known color: Psychedelic Purple. HEX triplet: EE, 16 and FF. RGB value is (238,22,255). Sum of RGB (Red+Green+Blue) = 238+22+255=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 22 (8.98% from 255 or 4.27% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE16FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16FF is #11E900. Grayscale: #707070. Windows color (decimal): -1173761 or 16717550. OLE color: 16717550.

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

Color convert

RGB 238 22 255 -
CMYK 0.07 0.91 0 0
HSL 295.62º 1% 0.54% -
HSV(B) 295.62º 0.91% 1% -
XYZ 53.6 25.97 96.8 -
YUV 113.15 208.06 217.05 -
System Red Green Blue C M Y K H S L
Decimal 238 22 255 0.07 0.91 0 0 295.62 1 0.54
Hex EE 16 FF 7 5B 0 0 128 64 36
Octal 356 26 377 7 133 0 0 450 144 66
Binary 11101110 10110 11111111 111 1011011 0 0 100101000 1100100 110110

Color Harmonies of #EE16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE16FF

Black with #EE16FF

Text Example


Text Example

White with #EE16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE16FF; }

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

 H1.HeaderClassName
 {
   color: #EE16FF;
 }
 .AnyTagClassName
 {
   color: #EE16FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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