Html Css Color HEX #E313EF Psychedelic Purple

📋 copy color: '#E313EF'

red 227 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #E313EF

Tints of Psychedelic Purple #E313EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 46.8%
G = 3.92%
B = 49.28%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E313EF (or 0xE313EF) is known color: Psychedelic Purple. HEX triplet: E3, 13 and EF. RGB value is (227,19,239). Sum of RGB (Red+Green+Blue) = 227+19+239=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #E313EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313EF is #1CEC10. Grayscale: #696969. Windows color (decimal): -1895441 or 15668195. OLE color: 15668195.

HSL color Cylindrical-coordinate representation of color #E313EF: hue angle of 296.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313EF is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 19 239 -
CMYK 0.05 0.92 0 0.06
HSL 296.73º 0.87% 0.51% -
HSV(B) 296.73º 0.92% 0.94% -
XYZ 47.49 23.03 83.6 -
YUV 106.27 202.91 214.11 -
System Red Green Blue C M Y K H S L
Decimal 227 19 239 0.05 0.92 0 0.06 296.73 0.87 0.51
Hex E3 13 EF 5 5C 0 6 129 57 33
Octal 343 23 357 5 134 0 6 451 127 63
Binary 11100011 10011 11101111 101 1011100 0 110 100101001 1010111 110011

Color Harmonies of #E313EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313EF

Black with #E313EF

Text Example


Text Example

White with #E313EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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