Html Css Color HEX #E310EA Psychedelic Purple

📋 copy color: '#E310EA'

red 227 ◦ green 16 ◦ blue 234

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

Shades of Psychedelic Purple #E310EA

Tints of Psychedelic Purple #E310EA

RGB

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

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

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

R = 47.59%
G = 3.35%
B = 49.06%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E310EA (or 0xE310EA) is known color: Psychedelic Purple. HEX triplet: E3, 10 and EA. RGB value is (227,16,234). Sum of RGB (Red+Green+Blue) = 227+16+234=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 16 (6.64% from 255 or 3.35% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #E310EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310EA is #1CEF15. Grayscale: #676767. Windows color (decimal): -1896214 or 15339747. OLE color: 15339747.

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

Color convert

RGB 227 16 234 -
CMYK 0.03 0.93 0 0.08
HSL 298.07º 0.87% 0.49% -
HSV(B) 298.07º 0.93% 0.92% -
XYZ 46.72 22.64 79.75 -
YUV 103.94 201.4 215.77 -
System Red Green Blue C M Y K H S L
Decimal 227 16 234 0.03 0.93 0 0.08 298.07 0.87 0.49
Hex E3 10 EA 3 5D 0 8 12A 57 31
Octal 343 20 352 3 135 0 10 452 127 61
Binary 11100011 10000 11101010 11 1011101 0 1000 100101010 1010111 110001

Color Harmonies of #E310EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E310EA

Black with #E310EA

Text Example


Text Example

White with #E310EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E310EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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