#E605EA

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

Shades of Psychedelic Purple #E605EA

Tints of Psychedelic Purple #E605EA

Color information

#E605EA (or 0xE605EA) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 05 and EA. RGB value is (230,5,234). Sum of RGB (Red+Green+Blue) = 230+5+234=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 5 (2.34% from 255 or 1.07% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #E605EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605EA is #19FA15. Grayscale: #616161. Windows color (decimal): -1702422 or 15336934. OLE color: 15336934.

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

Color convert

RGB2305234-
CMYK0.020.9800.08
HSL298.95º95.82%46.86%-
HSV(B)298.95º97.86%91.76%-
XYZ47.5422.8779.75-
YUV98.38204.54221.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.04%
GREEN value IS 5 (2.34% from 255) = 1.07%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=49.04%
G=1.07%
B=49.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23052340.020.9800.08298.9595.8246.86
HexE65EA2620812b602f
Octal3465352214201045314057
Binary1110011010111101010101100010010001001010111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E605EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E605EA; }

 p { color: rgb(230,5,234); }

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

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

 a { background-color: rgb(230,5,234); }

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

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

 span { border-color: rgb(230,5,234); }

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