Html Css Color HEX #EE33FF Psychedelic Purple

📋 copy color: '#EE33FF'

red 238 ◦ green 51 ◦ blue 255

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

Shades of Psychedelic Purple #EE33FF

Tints of Psychedelic Purple #EE33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.38%

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

R = 43.75%
G = 9.38%
B = 46.88%

CMYK

 C value IS 0.07

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE33FF (or 0xEE33FF) is known color: Psychedelic Purple. HEX triplet: EE, 33 and FF. RGB value is (238,51,255). Sum of RGB (Red+Green+Blue) = 238+51+255=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 51 (20.31% from 255 or 9.38% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE33FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FF is #11CC00. Grayscale: #818181. Windows color (decimal): -1166337 or 16724974. OLE color: 16724974.

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

Color convert

RGB 238 51 255 -
CMYK 0.07 0.8 0 0
HSL 295º 1% 0.6% -
HSV(B) 295º 0.8% 1% -
XYZ 54.49 27.76 97.09 -
YUV 130.17 198.45 204.91 -
System Red Green Blue C M Y K H S L
Decimal 238 51 255 0.07 0.8 0 0 295 1 0.6
Hex EE 33 FF 7 50 0 0 127 64 3C
Octal 356 63 377 7 120 0 0 447 144 74
Binary 11101110 110011 11111111 111 1010000 0 0 100100111 1100100 111100

Color Harmonies of #EE33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33FF

Black with #EE33FF

Text Example


Text Example

White with #EE33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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