Html Css Color HEX #E31CF9 Psychedelic Purple

📋 copy color: '#E31CF9'

red 227 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #E31CF9

Tints of Psychedelic Purple #E31CF9

RGB

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

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

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

R = 45.04%
G = 5.56%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E31CF9 (or 0xE31CF9) is known color: Psychedelic Purple. HEX triplet: E3, 1C and F9. RGB value is (227,28,249). Sum of RGB (Red+Green+Blue) = 227+28+249=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 28 (11.33% from 255 or 5.56% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #E31CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CF9 is #1CE306. Grayscale: #707070. Windows color (decimal): -1893127 or 16325859. OLE color: 16325859.

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

Color convert

RGB 227 28 249 -
CMYK 0.09 0.89 0 0.02
HSL 294.03º 0.95% 0.54% -
HSV(B) 294.03º 0.89% 0.98% -
XYZ 49.19 24 91.66 -
YUV 112.7 204.93 209.53 -
System Red Green Blue C M Y K H S L
Decimal 227 28 249 0.09 0.89 0 0.02 294.03 0.95 0.54
Hex E3 1C F9 9 59 0 2 126 5F 36
Octal 343 34 371 11 131 0 2 446 137 66
Binary 11100011 11100 11111001 1001 1011001 0 10 100100110 1011111 110110

Color Harmonies of #E31CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CF9

Black with #E31CF9

Text Example


Text Example

White with #E31CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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