Html Css Color HEX #EE33FD Psychedelic Purple

📋 copy color: '#EE33FD'

red 238 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #EE33FD

Tints of Psychedelic Purple #EE33FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 43.91%
G = 9.41%
B = 46.68%

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

#EE33FD (or 0xEE33FD) is known color: Psychedelic Purple. HEX triplet: EE, 33 and FD. RGB value is (238,51,253). Sum of RGB (Red+Green+Blue) = 238+51+253=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 51 (20.31% from 255 or 9.41% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE33FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FD is #11CC02. Grayscale: #818181. Windows color (decimal): -1166339 or 16593902. OLE color: 16593902.

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

Color convert

RGB 238 51 253 -
CMYK 0.06 0.80 0 0.01
HSL 295.54º 0.98% 0.6% -
HSV(B) 295.54º 0.8% 0.99% -
XYZ 54.17 27.64 95.41 -
YUV 129.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 238 51 253 0.06 0.80 0 0.01 295.54 0.98 0.6
Hex EE 33 FD 6 50 0 1 128 62 3C
Octal 356 63 375 6 120 0 1 450 142 74
Binary 11101110 110011 11111101 110 1010000 0 1 100101000 1100010 111100

Color Harmonies of #EE33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33FD

Black with #EE33FD

Text Example


Text Example

White with #EE33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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