Html Css Color HEX #EE31FC Psychedelic Purple

📋 copy color: '#EE31FC'

red 238 ◦ green 49 ◦ blue 252

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

Shades of Psychedelic Purple #EE31FC

Tints of Psychedelic Purple #EE31FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.09%

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

R = 44.16%
G = 9.09%
B = 46.75%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE31FC (or 0xEE31FC) is known color: Psychedelic Purple. HEX triplet: EE, 31 and FC. RGB value is (238,49,252). Sum of RGB (Red+Green+Blue) = 238+49+252=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 49 (19.53% from 255 or 9.09% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE31FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31FC is #11CE03. Grayscale: #808080. Windows color (decimal): -1166852 or 16527854. OLE color: 16527854.

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

Color convert

RGB 238 49 252 -
CMYK 0.06 0.81 0 0.01
HSL 295.86º 0.97% 0.59% -
HSV(B) 295.86º 0.81% 0.99% -
XYZ 53.93 27.4 94.54 -
YUV 128.65 197.62 205.99 -
System Red Green Blue C M Y K H S L
Decimal 238 49 252 0.06 0.81 0 0.01 295.86 0.97 0.59
Hex EE 31 FC 6 51 0 1 128 61 3B
Octal 356 61 374 6 121 0 1 450 141 73
Binary 11101110 110001 11111100 110 1010001 0 1 100101000 1100001 111011

Color Harmonies of #EE31FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31FC

Black with #EE31FC

Text Example


Text Example

White with #EE31FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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