Html Css Color HEX #E31AF8 Psychedelic Purple

📋 copy color: '#E31AF8'

red 227 ◦ green 26 ◦ blue 248

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

Shades of Psychedelic Purple #E31AF8

Tints of Psychedelic Purple #E31AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.19%

 BLUE value IS 248 (97.27% from 255) = 49.5%

R = 45.31%
G = 5.19%
B = 49.5%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E31AF8 (or 0xE31AF8) is known color: Psychedelic Purple. HEX triplet: E3, 1A and F8. RGB value is (227,26,248). Sum of RGB (Red+Green+Blue) = 227+26+248=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 26 (10.55% from 255 or 5.19% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #E31AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31AF8 is #1CE507. Grayscale: #6E6E6E. Windows color (decimal): -1893640 or 16259811. OLE color: 16259811.

HSL color Cylindrical-coordinate representation of color #E31AF8: hue angle of 294.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31AF8 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 26 248 -
CMYK 0.08 0.90 0 0.03
HSL 294.32º 0.94% 0.54% -
HSV(B) 294.32º 0.9% 0.97% -
XYZ 48.99 23.85 90.83 -
YUV 111.41 205.09 210.45 -
System Red Green Blue C M Y K H S L
Decimal 227 26 248 0.08 0.90 0 0.03 294.32 0.94 0.54
Hex E3 1A F8 8 5A 0 3 126 5E 36
Octal 343 32 370 10 132 0 3 446 136 66
Binary 11100011 11010 11111000 1000 1011010 0 11 100100110 1011110 110110

Color Harmonies of #E31AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31AF8

Black with #E31AF8

Text Example


Text Example

White with #E31AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31AF8; }

 p { color: rgb(227,26,248); }

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

background-color css

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

 a { background-color: rgb(227,26,248); }

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

border-color css

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

 span { border-color: rgb(227,26,248); }

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