#E10BE4

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

Shades of Psychedelic Purple #E10BE4

Tints of Psychedelic Purple #E10BE4

Color information

#E10BE4 (or 0xE10BE4) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 0B and E4. RGB value is (225,11,228). Sum of RGB (Red+Green+Blue) = 225+11+228=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #E10BE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10BE4 is #1EF41B. Grayscale: #636363. Windows color (decimal): -2028572 or 14945249. OLE color: 14945249.

HSL color Cylindrical-coordinate representation of color #E10BE4: hue angle of 299.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10BE4 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22511228-
CMYK0.010.9500.11
HSL299.17º90.79%46.86%-
HSV(B)299.17º95.18%89.41%-
XYZ45.1721.8575.23-
YUV99.72200.4217.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 11 (4.69% from 255) = 2.37%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=48.49%
G=2.37%
B=49.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal225112280.010.9500.11299.1790.7946.86
HexE1BE415F0B12b5b2f
Octal34113344113701345313357
Binary1110000110111110010011011111010111001010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10BE4; }

 p { color: rgb(225,11,228); }

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

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

 a { background-color: rgb(225,11,228); }

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

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

 span { border-color: rgb(225,11,228); }

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