Html Css Color HEX #EE33FC Psychedelic Purple

📋 copy color: '#EE33FC'

red 238 ◦ green 51 ◦ blue 252

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

Shades of Psychedelic Purple #EE33FC

Tints of Psychedelic Purple #EE33FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 43.99%
G = 9.43%
B = 46.58%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE33FC (or 0xEE33FC) is known color: Psychedelic Purple. HEX triplet: EE, 33 and FC. RGB value is (238,51,252). Sum of RGB (Red+Green+Blue) = 238+51+252=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 51 (20.31% from 255 or 9.43% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE33FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FC is #11CC03. Grayscale: #818181. Windows color (decimal): -1166340 or 16528366. OLE color: 16528366.

HSL color Cylindrical-coordinate representation of color #EE33FC: hue angle of 295.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE33FC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 51 252 -
CMYK 0.06 0.80 0 0.01
HSL 295.82º 0.97% 0.59% -
HSV(B) 295.82º 0.8% 0.99% -
XYZ 54.01 27.57 94.57 -
YUV 129.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 238 51 252 0.06 0.80 0 0.01 295.82 0.97 0.59
Hex EE 33 FC 6 50 0 1 128 61 3B
Octal 356 63 374 6 120 0 1 450 141 73
Binary 11101110 110011 11111100 110 1010000 0 1 100101000 1100001 111011

Color Harmonies of #EE33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33FC

Black with #EE33FC

Text Example


Text Example

White with #EE33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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