#E217EB

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

Shades of Psychedelic Purple #E217EB

Tints of Psychedelic Purple #E217EB

Color information

#E217EB (or 0xE217EB) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 17 and EB. RGB value is (226,23,235). Sum of RGB (Red+Green+Blue) = 226+23+235=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #E217EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E217EB is #1DE814. Grayscale: #6B6B6B. Windows color (decimal): -1959957 or 15407074. OLE color: 15407074.

HSL color Cylindrical-coordinate representation of color #E217EB: hue angle of 297.45º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E217EB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22623235-
CMYK0.040.9000.08
HSL297.45º84.13%50.59%-
HSV(B)297.45º90.21%92.16%-
XYZ46.6722.7880.53-
YUV107.86199.75212.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 23 (9.38% from 255) = 4.75%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=46.69%
G=4.75%
B=48.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226232350.040.9000.08297.4584.1350.59
HexE217EB45A081295433
Octal34227353413201045112463
Binary1110001010111111010111001011010010001001010011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E217EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E217EB; }

 p { color: rgb(226,23,235); }

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

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

 a { background-color: rgb(226,23,235); }

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

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

 span { border-color: rgb(226,23,235); }

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