Html Css Color HEX #E31DFE Psychedelic Purple

📋 copy color: '#E31DFE'

red 227 ◦ green 29 ◦ blue 254

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

Shades of Psychedelic Purple #E31DFE

Tints of Psychedelic Purple #E31DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.69%

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

R = 44.51%
G = 5.69%
B = 49.8%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E31DFE (or 0xE31DFE) is known color: Psychedelic Purple. HEX triplet: E3, 1D and FE. RGB value is (227,29,254). Sum of RGB (Red+Green+Blue) = 227+29+254=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #E31DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DFE is #1CE201. Grayscale: #717171. Windows color (decimal): -1892866 or 16653795. OLE color: 16653795.

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

Color convert

RGB 227 29 254 -
CMYK 0.11 0.89 0 0.00
HSL 292.8º 0.99% 0.55% -
HSV(B) 292.8º 0.89% 1% -
XYZ 50.01 24.37 95.83 -
YUV 113.85 207.1 208.7 -
System Red Green Blue C M Y K H S L
Decimal 227 29 254 0.11 0.89 0 0.00 292.8 0.99 0.55
Hex E3 1D FE B 59 0 0 125 63 37
Octal 343 35 376 13 131 0 0 445 143 67
Binary 11100011 11101 11111110 1011 1011001 0 0 100100101 1100011 110111

Color Harmonies of #E31DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DFE

Black with #E31DFE

Text Example


Text Example

White with #E31DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DFE; }

 p { color: rgb(227,29,254); }

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

background-color css

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

 a { background-color: rgb(227,29,254); }

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

border-color css

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

 span { border-color: rgb(227,29,254); }

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