Html Css Color HEX #EE11FF Psychedelic Purple

📋 copy color: '#EE11FF'

red 238 ◦ green 17 ◦ blue 255

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

Shades of Psychedelic Purple #EE11FF

Tints of Psychedelic Purple #EE11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.33%

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

R = 46.67%
G = 3.33%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE11FF (or 0xEE11FF) is known color: Psychedelic Purple. HEX triplet: EE, 11 and FF. RGB value is (238,17,255). Sum of RGB (Red+Green+Blue) = 238+17+255=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE11FF is #11EE00. Grayscale: #6D6D6D. Windows color (decimal): -1175041 or 16716270. OLE color: 16716270.

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

Color convert

RGB 238 17 255 -
CMYK 0.07 0.93 0 0
HSL 295.71º 1% 0.53% -
HSV(B) 295.71º 0.93% 1% -
XYZ 53.51 25.8 96.77 -
YUV 110.21 209.72 219.15 -
System Red Green Blue C M Y K H S L
Decimal 238 17 255 0.07 0.93 0 0 295.71 1 0.53
Hex EE 11 FF 7 5D 0 0 128 64 35
Octal 356 21 377 7 135 0 0 450 144 65
Binary 11101110 10001 11111111 111 1011101 0 0 100101000 1100100 110101

Color Harmonies of #EE11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE11FF

Black with #EE11FF

Text Example


Text Example

White with #EE11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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