Html Css Color HEX #E310EE Psychedelic Purple

📋 copy color: '#E310EE'

red 227 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #E310EE

Tints of Psychedelic Purple #E310EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 47.19%
G = 3.33%
B = 49.48%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E310EE (or 0xE310EE) is known color: Psychedelic Purple. HEX triplet: E3, 10 and EE. RGB value is (227,16,238). Sum of RGB (Red+Green+Blue) = 227+16+238=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #E310EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310EE is #1CEF11. Grayscale: #676767. Windows color (decimal): -1896210 or 15601891. OLE color: 15601891.

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

Color convert

RGB 227 16 238 -
CMYK 0.05 0.93 0 0.07
HSL 297.03º 0.87% 0.5% -
HSV(B) 297.03º 0.93% 0.93% -
XYZ 47.3 22.87 82.81 -
YUV 104.4 203.4 215.45 -
System Red Green Blue C M Y K H S L
Decimal 227 16 238 0.05 0.93 0 0.07 297.03 0.87 0.5
Hex E3 10 EE 5 5D 0 7 129 57 32
Octal 343 20 356 5 135 0 7 451 127 62
Binary 11100011 10000 11101110 101 1011101 0 111 100101001 1010111 110010

Color Harmonies of #E310EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E310EE

Black with #E310EE

Text Example


Text Example

White with #E310EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E310EE; }

 p { color: rgb(227,16,238); }

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

background-color css

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

 a { background-color: rgb(227,16,238); }

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

border-color css

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

 span { border-color: rgb(227,16,238); }

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