Html Css Color HEX #EE31FD Psychedelic Purple

📋 copy color: '#EE31FD'

red 238 ◦ green 49 ◦ blue 253

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

Shades of Psychedelic Purple #EE31FD

Tints of Psychedelic Purple #EE31FD

RGB

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

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

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

R = 44.07%
G = 9.07%
B = 46.85%

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

#EE31FD (or 0xEE31FD) is known color: Psychedelic Purple. HEX triplet: EE, 31 and FD. RGB value is (238,49,253). Sum of RGB (Red+Green+Blue) = 238+49+253=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE31FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE31FD is #11CE02. Grayscale: #808080. Windows color (decimal): -1166851 or 16593390. OLE color: 16593390.

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

Color convert

RGB 238 49 253 -
CMYK 0.06 0.81 0 0.01
HSL 295.59º 0.98% 0.59% -
HSV(B) 295.59º 0.81% 0.99% -
XYZ 54.09 27.47 95.38 -
YUV 128.77 198.12 205.91 -
System Red Green Blue C M Y K H S L
Decimal 238 49 253 0.06 0.81 0 0.01 295.59 0.98 0.59
Hex EE 31 FD 6 51 0 1 128 62 3B
Octal 356 61 375 6 121 0 1 450 142 73
Binary 11101110 110001 11111101 110 1010001 0 1 100101000 1100010 111011

Color Harmonies of #EE31FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31FD

Black with #EE31FD

Text Example


Text Example

White with #EE31FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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