#E31CEB

Color #E31CEB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E31CEB

Tints of Psychedelic Purple #E31CEB

Color information

#E31CEB (or 0xE31CEB) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 1C and EB. RGB value is (227,28,235). Sum of RGB (Red+Green+Blue) = 227+28+235=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #E31CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31CEB is #1CE314. Grayscale: #6E6E6E. Windows color (decimal): -1893141 or 15408355. OLE color: 15408355.

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

Color convert

RGB22728235-
CMYK0.030.8800.08
HSL297.68º83.81%51.57%-
HSV(B)297.68º88.09%92.16%-
XYZ47.0923.1680.59-
YUV111.1197.93210.67-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.33%
GREEN value IS 28 (11.33% from 255) = 5.71%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=46.33%
G=5.71%
B=47.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal227282350.030.8800.08297.6883.8151.57
HexE31CEB3580812a5434
Octal34334353313001045212464
Binary111000111110011101011111011000010001001010101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31CEB; }

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

 H1.HeaderClassName
 {
   color: #E31CEB;
 }
 .AnyTagClassName
 {
   color: #E31CEB;
 }
</style>
background-color css

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

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

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

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

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

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