Html Css Color HEX #EE32FD Psychedelic Purple

📋 copy color: '#EE32FD'

red 238 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #EE32FD

Tints of Psychedelic Purple #EE32FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.24%

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

R = 43.99%
G = 9.24%
B = 46.77%

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

#EE32FD (or 0xEE32FD) is known color: Psychedelic Purple. HEX triplet: EE, 32 and FD. RGB value is (238,50,253). Sum of RGB (Red+Green+Blue) = 238+50+253=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 50 (19.92% from 255 or 9.24% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FD is #11CD02. Grayscale: #808080. Windows color (decimal): -1166595 or 16593646. OLE color: 16593646.

HSL color Cylindrical-coordinate representation of color #EE32FD: hue angle of 295.57º degrees, saturation: 0.98, 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 #EE32FD is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 50 253 -
CMYK 0.06 0.80 0 0.01
HSL 295.57º 0.98% 0.59% -
HSV(B) 295.57º 0.8% 0.99% -
XYZ 54.13 27.55 95.39 -
YUV 129.35 197.78 205.49 -
System Red Green Blue C M Y K H S L
Decimal 238 50 253 0.06 0.80 0 0.01 295.57 0.98 0.59
Hex EE 32 FD 6 50 0 1 128 62 3B
Octal 356 62 375 6 120 0 1 450 142 73
Binary 11101110 110010 11111101 110 1010000 0 1 100101000 1100010 111011

Color Harmonies of #EE32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32FD

Black with #EE32FD

Text Example


Text Example

White with #EE32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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