Html Css Color HEX #E31EEB Psychedelic Purple

📋 copy color: '#E31EEB'

red 227 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #E31EEB

Tints of Psychedelic Purple #E31EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.1%

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

R = 46.14%
G = 6.1%
B = 47.76%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E31EEB (or 0xE31EEB) is known color: Psychedelic Purple. HEX triplet: E3, 1E and EB. RGB value is (227,30,235). Sum of RGB (Red+Green+Blue) = 227+30+235=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #E31EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31EEB is #1CE114. Grayscale: #6F6F6F. Windows color (decimal): -1892629 or 15408867. OLE color: 15408867.

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

Color convert

RGB 227 30 235 -
CMYK 0.03 0.87 0 0.08
HSL 297.66º 0.84% 0.52% -
HSV(B) 297.66º 0.87% 0.92% -
XYZ 47.14 23.26 80.6 -
YUV 112.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 227 30 235 0.03 0.87 0 0.08 297.66 0.84 0.52
Hex E3 1E EB 3 57 0 8 12A 54 34
Octal 343 36 353 3 127 0 10 452 124 64
Binary 11100011 11110 11101011 11 1010111 0 1000 100101010 1010100 110100

Color Harmonies of #E31EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31EEB

Black with #E31EEB

Text Example


Text Example

White with #E31EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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