Html Css Color HEX #E313ED Psychedelic Purple

📋 copy color: '#E313ED'

red 227 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #E313ED

Tints of Psychedelic Purple #E313ED

RGB

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

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

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

R = 47%
G = 3.93%
B = 49.07%

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

#E313ED (or 0xE313ED) is known color: Psychedelic Purple. HEX triplet: E3, 13 and ED. RGB value is (227,19,237). Sum of RGB (Red+Green+Blue) = 227+19+237=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E313ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313ED is #1CEC12. Grayscale: #696969. Windows color (decimal): -1895443 or 15537123. OLE color: 15537123.

HSL color Cylindrical-coordinate representation of color #E313ED: hue angle of 297.25º 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 #E313ED is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 19 237 -
CMYK 0.04 0.92 0 0.07
HSL 297.25º 0.86% 0.5% -
HSV(B) 297.25º 0.92% 0.93% -
XYZ 47.2 22.91 82.06 -
YUV 106.04 201.91 214.27 -
System Red Green Blue C M Y K H S L
Decimal 227 19 237 0.04 0.92 0 0.07 297.25 0.86 0.5
Hex E3 13 ED 4 5C 0 7 129 56 32
Octal 343 23 355 4 134 0 7 451 126 62
Binary 11100011 10011 11101101 100 1011100 0 111 100101001 1010110 110010

Color Harmonies of #E313ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313ED

Black with #E313ED

Text Example


Text Example

White with #E313ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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