Html Css Color HEX #E319EA Psychedelic Purple

📋 copy color: '#E319EA'

red 227 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #E319EA

Tints of Psychedelic Purple #E319EA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.14%

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

R = 46.71%
G = 5.14%
B = 48.15%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E319EA (or 0xE319EA) is known color: Psychedelic Purple. HEX triplet: E3, 19 and EA. RGB value is (227,25,234). Sum of RGB (Red+Green+Blue) = 227+25+234=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #E319EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E319EA is #1CE615. Grayscale: #6C6C6C. Windows color (decimal): -1893910 or 15342051. OLE color: 15342051.

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

Color convert

RGB 227 25 234 -
CMYK 0.03 0.89 0 0.08
HSL 297.99º 0.83% 0.51% -
HSV(B) 297.99º 0.89% 0.92% -
XYZ 46.88 22.97 79.8 -
YUV 109.22 198.42 212.01 -
System Red Green Blue C M Y K H S L
Decimal 227 25 234 0.03 0.89 0 0.08 297.99 0.83 0.51
Hex E3 19 EA 3 59 0 8 12A 53 33
Octal 343 31 352 3 131 0 10 452 123 63
Binary 11100011 11001 11101010 11 1011001 0 1000 100101010 1010011 110011

Color Harmonies of #E319EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E319EA

Black with #E319EA

Text Example


Text Example

White with #E319EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E319EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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