Html Css Color HEX #EE15FE Psychedelic Purple

📋 copy color: '#EE15FE'

red 238 ◦ green 21 ◦ blue 254

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

Shades of Psychedelic Purple #EE15FE

Tints of Psychedelic Purple #EE15FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.09%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 46.39%
G = 4.09%
B = 49.51%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE15FE (or 0xEE15FE) is known color: Psychedelic Purple. HEX triplet: EE, 15 and FE. RGB value is (238,21,254). Sum of RGB (Red+Green+Blue) = 238+21+254=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 21 (8.59% from 255 or 4.09% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE15FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15FE is #11EA01. Grayscale: #6F6F6F. Windows color (decimal): -1174018 or 16651758. OLE color: 16651758.

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

Color convert

RGB 238 21 254 -
CMYK 0.06 0.92 0 0.00
HSL 295.88º 0.99% 0.54% -
HSV(B) 295.88º 0.92% 1% -
XYZ 53.42 25.87 95.94 -
YUV 112.45 207.89 217.55 -
System Red Green Blue C M Y K H S L
Decimal 238 21 254 0.06 0.92 0 0.00 295.88 0.99 0.54
Hex EE 15 FE 6 5C 0 0 128 63 36
Octal 356 25 376 6 134 0 0 450 143 66
Binary 11101110 10101 11111110 110 1011100 0 0 100101000 1100011 110110

Color Harmonies of #EE15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15FE

Black with #EE15FE

Text Example


Text Example

White with #EE15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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