Html Css Color HEX #E31EFD Psychedelic Purple

📋 copy color: '#E31EFD'

red 227 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #E31EFD

Tints of Psychedelic Purple #E31EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.88%

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

R = 44.51%
G = 5.88%
B = 49.61%

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

#E31EFD (or 0xE31EFD) is known color: Psychedelic Purple. HEX triplet: E3, 1E and FD. RGB value is (227,30,253). Sum of RGB (Red+Green+Blue) = 227+30+253=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 30 (12.11% from 255 or 5.88% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #E31EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EFD is #1CE102. Grayscale: #717171. Windows color (decimal): -1892611 or 16588515. OLE color: 16588515.

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

Color convert

RGB 227 30 253 -
CMYK 0.10 0.88 0 0.01
HSL 293º 0.98% 0.55% -
HSV(B) 293º 0.88% 0.99% -
XYZ 49.87 24.35 95 -
YUV 114.33 206.27 208.37 -
System Red Green Blue C M Y K H S L
Decimal 227 30 253 0.10 0.88 0 0.01 293 0.98 0.55
Hex E3 1E FD A 58 0 1 125 62 37
Octal 343 36 375 12 130 0 1 445 142 67
Binary 11100011 11110 11111101 1010 1011000 0 1 100100101 1100010 110111

Color Harmonies of #E31EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EFD

Black with #E31EFD

Text Example


Text Example

White with #E31EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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