Html Css Color HEX #E31DEE Psychedelic Purple

📋 copy color: '#E31DEE'

red 227 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #E31DEE

Tints of Psychedelic Purple #E31DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 45.95%
G = 5.87%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E31DEE (or 0xE31DEE) is known color: Psychedelic Purple. HEX triplet: E3, 1D and EE. RGB value is (227,29,238). Sum of RGB (Red+Green+Blue) = 227+29+238=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #E31DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DEE is #1CE211. Grayscale: #6F6F6F. Windows color (decimal): -1892882 or 15605219. OLE color: 15605219.

HSL color Cylindrical-coordinate representation of color #E31DEE: hue angle of 296.84º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DEE is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 29 238 -
CMYK 0.05 0.88 0 0.07
HSL 296.84º 0.86% 0.52% -
HSV(B) 296.84º 0.88% 0.93% -
XYZ 47.55 23.38 82.9 -
YUV 112.03 199.1 210.01 -
System Red Green Blue C M Y K H S L
Decimal 227 29 238 0.05 0.88 0 0.07 296.84 0.86 0.52
Hex E3 1D EE 5 58 0 7 129 56 34
Octal 343 35 356 5 130 0 7 451 126 64
Binary 11100011 11101 11101110 101 1011000 0 111 100101001 1010110 110100

Color Harmonies of #E31DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DEE

Black with #E31DEE

Text Example


Text Example

White with #E31DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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