Html Css Color HEX #E31DEA Psychedelic Purple

📋 copy color: '#E31DEA'

red 227 ◦ green 29 ◦ blue 234

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

Shades of Psychedelic Purple #E31DEA

Tints of Psychedelic Purple #E31DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 46.33%
G = 5.92%
B = 47.76%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E31DEA (or 0xE31DEA) is known color: Psychedelic Purple. HEX triplet: E3, 1D and EA. RGB value is (227,29,234). Sum of RGB (Red+Green+Blue) = 227+29+234=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #E31DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DEA is #1CE215. Grayscale: #6E6E6E. Windows color (decimal): -1892886 or 15343075. OLE color: 15343075.

HSL color Cylindrical-coordinate representation of color #E31DEA: hue angle of 297.95º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DEA is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 29 234 -
CMYK 0.03 0.88 0 0.08
HSL 297.95º 0.83% 0.52% -
HSV(B) 297.95º 0.88% 0.92% -
XYZ 46.97 23.15 79.83 -
YUV 111.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 227 29 234 0.03 0.88 0 0.08 297.95 0.83 0.52
Hex E3 1D EA 3 58 0 8 12A 53 34
Octal 343 35 352 3 130 0 10 452 123 64
Binary 11100011 11101 11101010 11 1011000 0 1000 100101010 1010011 110100

Color Harmonies of #E31DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DEA

Black with #E31DEA

Text Example


Text Example

White with #E31DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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