Html Css Color HEX #EE01FF Psychedelic Purple

📋 copy color: '#EE01FF'

red 238 ◦ green 1 ◦ blue 255

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

Shades of Psychedelic Purple #EE01FF

Tints of Psychedelic Purple #EE01FF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 48.18%
G = 0.2%
B = 51.62%

CMYK

 C value IS 0.07

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE01FF (or 0xEE01FF) is known color: Psychedelic Purple. HEX triplet: EE, 01 and FF. RGB value is (238,1,255). Sum of RGB (Red+Green+Blue) = 238+1+255=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01FF is #11FE00. Grayscale: #646464. Windows color (decimal): -1179137 or 16712174. OLE color: 16712174.

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

Color convert

RGB 238 1 255 -
CMYK 0.07 1.00 0 0
HSL 295.98º 1% 0.5% -
HSV(B) 295.98º 1% 1% -
XYZ 53.32 25.42 96.7 -
YUV 100.82 215.02 225.85 -
System Red Green Blue C M Y K H S L
Decimal 238 1 255 0.07 1.00 0 0 295.98 1 0.5
Hex EE 1 FF 7 64 0 0 128 64 32
Octal 356 1 377 7 144 0 0 450 144 62
Binary 11101110 1 11111111 111 1100100 0 0 100101000 1100100 110010

Color Harmonies of #EE01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01FF

Black with #EE01FF

Text Example


Text Example

White with #EE01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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