Html Css Color HEX #E31FF6 Psychedelic Purple

📋 copy color: '#E31FF6'

red 227 ◦ green 31 ◦ blue 246

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

Shades of Psychedelic Purple #E31FF6

Tints of Psychedelic Purple #E31FF6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.15%

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 45.04%
G = 6.15%
B = 48.81%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E31FF6 (or 0xE31FF6) is known color: Psychedelic Purple. HEX triplet: E3, 1F and F6. RGB value is (227,31,246). Sum of RGB (Red+Green+Blue) = 227+31+246=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 31 (12.5% from 255 or 6.15% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #E31FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FF6 is #1CE009. Grayscale: #717171. Windows color (decimal): -1892362 or 16130019. OLE color: 16130019.

HSL color Cylindrical-coordinate representation of color #E31FF6: hue angle of 294.7º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31FF6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 227 31 246 -
CMYK 0.08 0.87 0 0.04
HSL 294.7º 0.92% 0.54% -
HSV(B) 294.7º 0.87% 0.96% -
XYZ 48.8 23.96 89.24 -
YUV 114.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 227 31 246 0.08 0.87 0 0.04 294.7 0.92 0.54
Hex E3 1F F6 8 57 0 4 127 5C 36
Octal 343 37 366 10 127 0 4 447 134 66
Binary 11100011 11111 11110110 1000 1010111 0 100 100100111 1011100 110110

Color Harmonies of #E31FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FF6

Black with #E31FF6

Text Example


Text Example

White with #E31FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FF6; }

 p { color: rgb(227,31,246); }

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

background-color css

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

 a { background-color: rgb(227,31,246); }

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

border-color css

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

 span { border-color: rgb(227,31,246); }

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