Html Css Color HEX #E31DEF Psychedelic Purple

📋 copy color: '#E31DEF'

red 227 ◦ green 29 ◦ blue 239

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

Shades of Psychedelic Purple #E31DEF

Tints of Psychedelic Purple #E31DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 45.86%
G = 5.86%
B = 48.28%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E31DEF (or 0xE31DEF) is known color: Psychedelic Purple. HEX triplet: E3, 1D and EF. RGB value is (227,29,239). Sum of RGB (Red+Green+Blue) = 227+29+239=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 29 (11.72% from 255 or 5.86% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #E31DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DEF is #1CE210. Grayscale: #6F6F6F. Windows color (decimal): -1892881 or 15670755. OLE color: 15670755.

HSL color Cylindrical-coordinate representation of color #E31DEF: hue angle of 296.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31DEF is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 29 239 -
CMYK 0.05 0.88 0 0.06
HSL 296.57º 0.87% 0.53% -
HSV(B) 296.57º 0.88% 0.94% -
XYZ 47.7 23.44 83.67 -
YUV 112.14 199.6 209.92 -
System Red Green Blue C M Y K H S L
Decimal 227 29 239 0.05 0.88 0 0.06 296.57 0.87 0.53
Hex E3 1D EF 5 58 0 6 129 57 35
Octal 343 35 357 5 130 0 6 451 127 65
Binary 11100011 11101 11101111 101 1011000 0 110 100101001 1010111 110101

Color Harmonies of #E31DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DEF

Black with #E31DEF

Text Example


Text Example

White with #E31DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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