Html Css Color HEX #EE21FF Psychedelic Purple

📋 copy color: '#EE21FF'

red 238 ◦ green 33 ◦ blue 255

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

Shades of Psychedelic Purple #EE21FF

Tints of Psychedelic Purple #EE21FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.27%

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

R = 45.25%
G = 6.27%
B = 48.48%

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

#EE21FF (or 0xEE21FF) is known color: Psychedelic Purple. HEX triplet: EE, 21 and FF. RGB value is (238,33,255). Sum of RGB (Red+Green+Blue) = 238+33+255=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 33 (13.28% from 255 or 6.27% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE21FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE21FF is #11DE00. Grayscale: #767676. Windows color (decimal): -1170945 or 16720366. OLE color: 16720366.

HSL color Cylindrical-coordinate representation of color #EE21FF: hue angle of 295.41º 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 #EE21FF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 33 255 -
CMYK 0.07 0.87 0 0
HSL 295.41º 1% 0.56% -
HSV(B) 295.41º 0.87% 1% -
XYZ 53.85 26.48 96.88 -
YUV 119.6 204.42 212.45 -
System Red Green Blue C M Y K H S L
Decimal 238 33 255 0.07 0.87 0 0 295.41 1 0.56
Hex EE 21 FF 7 57 0 0 127 64 38
Octal 356 41 377 7 127 0 0 447 144 70
Binary 11101110 100001 11111111 111 1010111 0 0 100100111 1100100 111000

Color Harmonies of #EE21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21FF

Black with #EE21FF

Text Example


Text Example

White with #EE21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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