Html Css Color HEX #E313F9 Psychedelic Purple

📋 copy color: '#E313F9'

red 227 ◦ green 19 ◦ blue 249

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

Shades of Psychedelic Purple #E313F9

Tints of Psychedelic Purple #E313F9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.84%

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

R = 45.86%
G = 3.84%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E313F9 (or 0xE313F9) is known color: Psychedelic Purple. HEX triplet: E3, 13 and F9. RGB value is (227,19,249). Sum of RGB (Red+Green+Blue) = 227+19+249=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #E313F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313F9 is #1CEC06. Grayscale: #6A6A6A. Windows color (decimal): -1895431 or 16323555. OLE color: 16323555.

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

Color convert

RGB 227 19 249 -
CMYK 0.09 0.92 0 0.02
HSL 294.26º 0.95% 0.53% -
HSV(B) 294.26º 0.92% 0.98% -
XYZ 49.01 23.64 91.6 -
YUV 107.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 227 19 249 0.09 0.92 0 0.02 294.26 0.95 0.53
Hex E3 13 F9 9 5C 0 2 126 5F 35
Octal 343 23 371 11 134 0 2 446 137 65
Binary 11100011 10011 11111001 1001 1011100 0 10 100100110 1011111 110101

Color Harmonies of #E313F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313F9

Black with #E313F9

Text Example


Text Example

White with #E313F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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