Html Css Color HEX #EE1FFF Psychedelic Purple

📋 copy color: '#EE1FFF'

red 238 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #EE1FFF

Tints of Psychedelic Purple #EE1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.92%

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

R = 45.42%
G = 5.92%
B = 48.66%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE1FFF (or 0xEE1FFF) is known color: Psychedelic Purple. HEX triplet: EE, 1F and FF. RGB value is (238,31,255). Sum of RGB (Red+Green+Blue) = 238+31+255=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 31 (12.5% from 255 or 5.92% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE1FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FFF is #11E000. Grayscale: #757575. Windows color (decimal): -1171457 or 16719854. OLE color: 16719854.

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

Color convert

RGB 238 31 255 -
CMYK 0.07 0.88 0 0
HSL 295.45º 1% 0.56% -
HSV(B) 295.45º 0.88% 1% -
XYZ 53.8 26.38 96.86 -
YUV 118.43 205.08 213.29 -
System Red Green Blue C M Y K H S L
Decimal 238 31 255 0.07 0.88 0 0 295.45 1 0.56
Hex EE 1F FF 7 58 0 0 127 64 38
Octal 356 37 377 7 130 0 0 447 144 70
Binary 11101110 11111 11111111 111 1011000 0 0 100100111 1100100 111000

Color Harmonies of #EE1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FFF

Black with #EE1FFF

Text Example


Text Example

White with #EE1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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