#E20CE9

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

Shades of Psychedelic Purple #E20CE9

Tints of Psychedelic Purple #E20CE9

Color information

#E20CE9 (or 0xE20CE9) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 0C and E9. RGB value is (226,12,233). Sum of RGB (Red+Green+Blue) = 226+12+233=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #E20CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CE9 is #1DF316. Grayscale: #646464. Windows color (decimal): -1962775 or 15273186. OLE color: 15273186.

HSL color Cylindrical-coordinate representation of color #E20CE9: hue angle of 298.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CE9 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22612233-
CMYK0.030.9500.09
HSL298.1º90.2%48.04%-
HSV(B)298.1º94.85%91.37%-
XYZ46.222.3178.96-
YUV101.18202.4217.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.98%
GREEN value IS 12 (5.08% from 255) = 2.55%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=47.98%
G=2.55%
B=49.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal226122330.030.9500.09298.190.248.04
HexE2CE935F0912a5a30
Octal34214351313701145213260
Binary11100010110011101001111011111010011001010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20CE9; }

 p { color: rgb(226,12,233); }

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

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

 a { background-color: rgb(226,12,233); }

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

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

 span { border-color: rgb(226,12,233); }

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