Html Css Color HEX #E31CFE Psychedelic Purple

📋 copy color: '#E31CFE'

red 227 ◦ green 28 ◦ blue 254

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

Shades of Psychedelic Purple #E31CFE

Tints of Psychedelic Purple #E31CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.5%

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

R = 44.6%
G = 5.5%
B = 49.9%

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

#E31CFE (or 0xE31CFE) is known color: Psychedelic Purple. HEX triplet: E3, 1C and FE. RGB value is (227,28,254). Sum of RGB (Red+Green+Blue) = 227+28+254=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 28 (11.33% from 255 or 5.50% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #E31CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CFE is #1CE301. Grayscale: #707070. Windows color (decimal): -1893122 or 16653539. OLE color: 16653539.

HSL color Cylindrical-coordinate representation of color #E31CFE: hue angle of 292.83º 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 #E31CFE is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 28 254 -
CMYK 0.11 0.89 0 0.00
HSL 292.83º 0.99% 0.55% -
HSV(B) 292.83º 0.89% 1% -
XYZ 49.98 24.32 95.83 -
YUV 113.27 207.43 209.12 -
System Red Green Blue C M Y K H S L
Decimal 227 28 254 0.11 0.89 0 0.00 292.83 0.99 0.55
Hex E3 1C FE B 59 0 0 125 63 37
Octal 343 34 376 13 131 0 0 445 143 67
Binary 11100011 11100 11111110 1011 1011001 0 0 100100101 1100011 110111

Color Harmonies of #E31CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CFE

Black with #E31CFE

Text Example


Text Example

White with #E31CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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