Html Css Color HEX #EE29FE Psychedelic Purple

📋 copy color: '#EE29FE'

red 238 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #EE29FE

Tints of Psychedelic Purple #EE29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.69%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 44.65%
G = 7.69%
B = 47.65%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE29FE (or 0xEE29FE) is known color: Psychedelic Purple. HEX triplet: EE, 29 and FE. RGB value is (238,41,254). Sum of RGB (Red+Green+Blue) = 238+41+254=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 41 (16.41% from 255 or 7.69% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE29FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29FE is #11D601. Grayscale: #7B7B7B. Windows color (decimal): -1168898 or 16656878. OLE color: 16656878.

HSL color Cylindrical-coordinate representation of color #EE29FE: hue angle of 295.49º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE29FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 41 254 -
CMYK 0.06 0.84 0 0.00
HSL 295.49º 0.99% 0.58% -
HSV(B) 295.49º 0.84% 1% -
XYZ 53.94 26.92 96.12 -
YUV 124.19 201.27 209.18 -
System Red Green Blue C M Y K H S L
Decimal 238 41 254 0.06 0.84 0 0.00 295.49 0.99 0.58
Hex EE 29 FE 6 54 0 0 127 63 3A
Octal 356 51 376 6 124 0 0 447 143 72
Binary 11101110 101001 11111110 110 1010100 0 0 100100111 1100011 111010

Color Harmonies of #EE29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29FE

Black with #EE29FE

Text Example


Text Example

White with #EE29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29FE; }

 p { color: rgb(238,41,254); }

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

background-color css

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

 a { background-color: rgb(238,41,254); }

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

border-color css

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

 span { border-color: rgb(238,41,254); }

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