Html Css Color HEX #E31FFD Psychedelic Purple

📋 copy color: '#E31FFD'

red 227 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #E31FFD

Tints of Psychedelic Purple #E31FFD

RGB

 RED value IS 227 (89.06% from 255) = 44.42%

 GREEN value IS 31 (12.5% from 255) = 6.07%

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

R = 44.42%
G = 6.07%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E31FFD (or 0xE31FFD) is known color: Psychedelic Purple. HEX triplet: E3, 1F and FD. RGB value is (227,31,253). Sum of RGB (Red+Green+Blue) = 227+31+253=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E31FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFD is #1CE002. Grayscale: #727272. Windows color (decimal): -1892355 or 16588771. OLE color: 16588771.

HSL color Cylindrical-coordinate representation of color #E31FFD: hue angle of 292.97º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31FFD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 31 253 -
CMYK 0.10 0.88 0 0.01
HSL 292.97º 0.98% 0.56% -
HSV(B) 292.97º 0.88% 0.99% -
XYZ 49.9 24.4 95.01 -
YUV 114.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 227 31 253 0.10 0.88 0 0.01 292.97 0.98 0.56
Hex E3 1F FD A 58 0 1 125 62 38
Octal 343 37 375 12 130 0 1 445 142 70
Binary 11100011 11111 11111101 1010 1011000 0 1 100100101 1100010 111000

Color Harmonies of #E31FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FFD

Black with #E31FFD

Text Example


Text Example

White with #E31FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FFD; }

 p { color: rgb(227,31,253); }

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

background-color css

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

 a { background-color: rgb(227,31,253); }

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

border-color css

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

 span { border-color: rgb(227,31,253); }

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