Html Css Color HEX #EE20FF Psychedelic Purple

📋 copy color: '#EE20FF'

red 238 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #EE20FF

Tints of Psychedelic Purple #EE20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.1%

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

R = 45.33%
G = 6.1%
B = 48.57%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE20FF (or 0xEE20FF) is known color: Psychedelic Purple. HEX triplet: EE, 20 and FF. RGB value is (238,32,255). Sum of RGB (Red+Green+Blue) = 238+32+255=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 32 (12.89% from 255 or 6.10% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE20FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FF is #11DF00. Grayscale: #767676. Windows color (decimal): -1171201 or 16720110. OLE color: 16720110.

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

Color convert

RGB 238 32 255 -
CMYK 0.07 0.87 0 0
HSL 295.43º 1% 0.56% -
HSV(B) 295.43º 0.87% 1% -
XYZ 53.83 26.43 96.87 -
YUV 119.02 204.75 212.87 -
System Red Green Blue C M Y K H S L
Decimal 238 32 255 0.07 0.87 0 0 295.43 1 0.56
Hex EE 20 FF 7 57 0 0 127 64 38
Octal 356 40 377 7 127 0 0 447 144 70
Binary 11101110 100000 11111111 111 1010111 0 0 100100111 1100100 111000

Color Harmonies of #EE20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20FF

Black with #EE20FF

Text Example


Text Example

White with #EE20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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