Html Css Color HEX #E310EB Psychedelic Purple

📋 copy color: '#E310EB'

red 227 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #E310EB

Tints of Psychedelic Purple #E310EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 47.49%
G = 3.35%
B = 49.16%

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

#E310EB (or 0xE310EB) is known color: Psychedelic Purple. HEX triplet: E3, 10 and EB. RGB value is (227,16,235). Sum of RGB (Red+Green+Blue) = 227+16+235=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 16 (6.64% from 255 or 3.35% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #E310EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310EB is #1CEF14. Grayscale: #676767. Windows color (decimal): -1896213 or 15405283. OLE color: 15405283.

HSL color Cylindrical-coordinate representation of color #E310EB: hue angle of 297.81º 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 #E310EB is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 16 235 -
CMYK 0.03 0.93 0 0.08
HSL 297.81º 0.87% 0.49% -
HSV(B) 297.81º 0.93% 0.92% -
XYZ 46.86 22.7 80.51 -
YUV 104.06 201.9 215.69 -
System Red Green Blue C M Y K H S L
Decimal 227 16 235 0.03 0.93 0 0.08 297.81 0.87 0.49
Hex E3 10 EB 3 5D 0 8 12A 57 31
Octal 343 20 353 3 135 0 10 452 127 61
Binary 11100011 10000 11101011 11 1011101 0 1000 100101010 1010111 110001

Color Harmonies of #E310EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E310EB

Black with #E310EB

Text Example


Text Example

White with #E310EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E310EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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