#E20CE8

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

Shades of Psychedelic Purple #E20CE8

Tints of Psychedelic Purple #E20CE8

Color information

#E20CE8 (or 0xE20CE8) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 0C and E8. RGB value is (226,12,232). Sum of RGB (Red+Green+Blue) = 226+12+232=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #E20CE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CE8 is #1DF317. Grayscale: #646464. Windows color (decimal): -1962776 or 15207650. OLE color: 15207650.

HSL color Cylindrical-coordinate representation of color #E20CE8: hue angle of 298.36º 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 #E20CE8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22612232-
CMYK0.030.9500.09
HSL298.36º90.16%47.84%-
HSV(B)298.36º94.83%90.98%-
XYZ46.0622.2678.21-
YUV101.07201.9217.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.09%
GREEN value IS 12 (5.08% from 255) = 2.55%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=48.09%
G=2.55%
B=49.36%

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
Decimal226122320.030.9500.09298.3690.1647.84
HexE2CE835F0912a5a30
Octal34214350313701145213260
Binary11100010110011101000111011111010011001010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20CE8; }

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

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

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

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

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

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

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

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