#E205E7

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

Shades of Psychedelic Purple #E205E7

Tints of Psychedelic Purple #E205E7

Color information

#E205E7 (or 0xE205E7) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 05 and E7. RGB value is (226,5,231). Sum of RGB (Red+Green+Blue) = 226+5+231=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #E205E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205E7 is #1DFA18. Grayscale: #606060. Windows color (decimal): -1964569 or 15140322. OLE color: 15140322.

HSL color Cylindrical-coordinate representation of color #E205E7: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205E7 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2265231-
CMYK0.020.9800.09
HSL298.67º95.76%46.27%-
HSV(B)298.67º97.84%90.59%-
XYZ45.8422.0577.44-
YUV96.84203.72220.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 5 (2.34% from 255) = 1.08%
BLUE value IS 231 (90.62% from 255) = 50%
R=48.92%
G=1.08%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22652310.020.9800.09298.6795.7646.27
HexE25E72620912b602e
Octal3425347214201145314056
Binary1110001010111100111101100010010011001010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E205E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E205E7; }

 p { color: rgb(226,5,231); }

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

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

 a { background-color: rgb(226,5,231); }

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

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

 span { border-color: rgb(226,5,231); }

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