Html Css Color HEX #E312ED Psychedelic Purple

📋 copy color: '#E312ED'

red 227 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #E312ED

Tints of Psychedelic Purple #E312ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 47.1%
G = 3.73%
B = 49.17%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E312ED (or 0xE312ED) is known color: Psychedelic Purple. HEX triplet: E3, 12 and ED. RGB value is (227,18,237). Sum of RGB (Red+Green+Blue) = 227+18+237=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #E312ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312ED is #1CED12. Grayscale: #686868. Windows color (decimal): -1895699 or 15536867. OLE color: 15536867.

HSL color Cylindrical-coordinate representation of color #E312ED: hue angle of 297.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312ED is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 18 237 -
CMYK 0.04 0.92 0 0.07
HSL 297.26º 0.86% 0.5% -
HSV(B) 297.26º 0.92% 0.93% -
XYZ 47.18 22.88 82.05 -
YUV 105.46 202.24 214.69 -
System Red Green Blue C M Y K H S L
Decimal 227 18 237 0.04 0.92 0 0.07 297.26 0.86 0.5
Hex E3 12 ED 4 5C 0 7 129 56 32
Octal 343 22 355 4 134 0 7 451 126 62
Binary 11100011 10010 11101101 100 1011100 0 111 100101001 1010110 110010

Color Harmonies of #E312ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E312ED

Black with #E312ED

Text Example


Text Example

White with #E312ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E312ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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