Html Css Color HEX #E31EF9 Psychedelic Purple

📋 copy color: '#E31EF9'

red 227 ◦ green 30 ◦ blue 249

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

Shades of Psychedelic Purple #E31EF9

Tints of Psychedelic Purple #E31EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 44.86%
G = 5.93%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E31EF9 (or 0xE31EF9) is known color: Psychedelic Purple. HEX triplet: E3, 1E and F9. RGB value is (227,30,249). Sum of RGB (Red+Green+Blue) = 227+30+249=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 30 (12.11% from 255 or 5.93% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #E31EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EF9 is #1CE106. Grayscale: #717171. Windows color (decimal): -1892615 or 16326371. OLE color: 16326371.

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

Color convert

RGB 227 30 249 -
CMYK 0.09 0.88 0 0.02
HSL 293.97º 0.95% 0.55% -
HSV(B) 293.97º 0.88% 0.98% -
XYZ 49.24 24.1 91.68 -
YUV 113.87 204.27 208.69 -
System Red Green Blue C M Y K H S L
Decimal 227 30 249 0.09 0.88 0 0.02 293.97 0.95 0.55
Hex E3 1E F9 9 58 0 2 126 5F 37
Octal 343 36 371 11 130 0 2 446 137 67
Binary 11100011 11110 11111001 1001 1011000 0 10 100100110 1011111 110111

Color Harmonies of #E31EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EF9

Black with #E31EF9

Text Example


Text Example

White with #E31EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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