#E216F6

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

Shades of Psychedelic Purple #E216F6

Tints of Psychedelic Purple #E216F6

Color information

#E216F6 (or 0xE216F6) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 16 and F6. RGB value is (226,22,246). Sum of RGB (Red+Green+Blue) = 226+22+246=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #E216F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E216F6 is #1DE909. Grayscale: #6B6B6B. Windows color (decimal): -1960202 or 16127714. OLE color: 16127714.

HSL color Cylindrical-coordinate representation of color #E216F6: hue angle of 294.64º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E216F6 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22622246-
CMYK0.080.9100.04
HSL294.64º92.56%52.55%-
HSV(B)294.64º91.06%96.47%-
XYZ48.2923.489.16-
YUV108.53205.59211.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 22 (8.98% from 255) = 4.45%
BLUE value IS 246 (96.48% from 255) = 49.80%
R=45.75%
G=4.45%
B=49.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal226222460.080.9100.04294.6492.5652.55
HexE216F685B041275d35
Octal34226366101330444713565
Binary1110001010110111101101000101101101001001001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E216F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E216F6; }

 p { color: rgb(226,22,246); }

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

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

 a { background-color: rgb(226,22,246); }

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

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

 span { border-color: rgb(226,22,246); }

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