Html Css Color HEX #EE18FE Psychedelic Purple

📋 copy color: '#EE18FE'

red 238 ◦ green 24 ◦ blue 254

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

Shades of Psychedelic Purple #EE18FE

Tints of Psychedelic Purple #EE18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.65%

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

R = 46.12%
G = 4.65%
B = 49.22%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE18FE (or 0xEE18FE) is known color: Psychedelic Purple. HEX triplet: EE, 18 and FE. RGB value is (238,24,254). Sum of RGB (Red+Green+Blue) = 238+24+254=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18FE is #11E701. Grayscale: #717171. Windows color (decimal): -1173250 or 16652526. OLE color: 16652526.

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

Color convert

RGB 238 24 254 -
CMYK 0.06 0.91 0 0.00
HSL 295.83º 0.99% 0.55% -
HSV(B) 295.83º 0.91% 1% -
XYZ 53.48 25.99 95.96 -
YUV 114.21 206.9 216.3 -
System Red Green Blue C M Y K H S L
Decimal 238 24 254 0.06 0.91 0 0.00 295.83 0.99 0.55
Hex EE 18 FE 6 5B 0 0 128 63 37
Octal 356 30 376 6 133 0 0 450 143 67
Binary 11101110 11000 11111110 110 1011011 0 0 100101000 1100011 110111

Color Harmonies of #EE18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE18FE

Black with #EE18FE

Text Example


Text Example

White with #EE18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE18FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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