Html Css Color HEX #E312EA Psychedelic Purple

📋 copy color: '#E312EA'

red 227 ◦ green 18 ◦ blue 234

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

Shades of Psychedelic Purple #E312EA

Tints of Psychedelic Purple #E312EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.76%

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

R = 47.39%
G = 3.76%
B = 48.85%

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

#E312EA (or 0xE312EA) is known color: Psychedelic Purple. HEX triplet: E3, 12 and EA. RGB value is (227,18,234). Sum of RGB (Red+Green+Blue) = 227+18+234=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #E312EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312EA is #1CED15. Grayscale: #686868. Windows color (decimal): -1895702 or 15340259. OLE color: 15340259.

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

Color convert

RGB 227 18 234 -
CMYK 0.03 0.92 0 0.08
HSL 298.06º 0.86% 0.49% -
HSV(B) 298.06º 0.92% 0.92% -
XYZ 46.75 22.7 79.76 -
YUV 105.12 200.74 214.94 -
System Red Green Blue C M Y K H S L
Decimal 227 18 234 0.03 0.92 0 0.08 298.06 0.86 0.49
Hex E3 12 EA 3 5C 0 8 12A 56 31
Octal 343 22 352 3 134 0 10 452 126 61
Binary 11100011 10010 11101010 11 1011100 0 1000 100101010 1010110 110001

Color Harmonies of #E312EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312EA

Black with #E312EA

Text Example


Text Example

White with #E312EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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