Html Css Color HEX #E313EA Psychedelic Purple

📋 copy color: '#E313EA'

red 227 ◦ green 19 ◦ blue 234

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

Shades of Psychedelic Purple #E313EA

Tints of Psychedelic Purple #E313EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 47.29%
G = 3.96%
B = 48.75%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E313EA (or 0xE313EA) is known color: Psychedelic Purple. HEX triplet: E3, 13 and EA. RGB value is (227,19,234). Sum of RGB (Red+Green+Blue) = 227+19+234=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #E313EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313EA is #1CEC15. Grayscale: #696969. Windows color (decimal): -1895446 or 15340515. OLE color: 15340515.

HSL color Cylindrical-coordinate representation of color #E313EA: hue angle of 298.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313EA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 19 234 -
CMYK 0.03 0.92 0 0.08
HSL 298.05º 0.85% 0.5% -
HSV(B) 298.05º 0.92% 0.92% -
XYZ 46.76 22.74 79.77 -
YUV 105.7 200.41 214.52 -
System Red Green Blue C M Y K H S L
Decimal 227 19 234 0.03 0.92 0 0.08 298.05 0.85 0.5
Hex E3 13 EA 3 5C 0 8 12A 55 32
Octal 343 23 352 3 134 0 10 452 125 62
Binary 11100011 10011 11101010 11 1011100 0 1000 100101010 1010101 110010

Color Harmonies of #E313EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313EA

Black with #E313EA

Text Example


Text Example

White with #E313EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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