#E608E9

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

Shades of Psychedelic Purple #E608E9

Tints of Psychedelic Purple #E608E9

Color information

#E608E9 (or 0xE608E9) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 08 and E9. RGB value is (230,8,233). Sum of RGB (Red+Green+Blue) = 230+8+233=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 8 (3.52% from 255 or 1.70% 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 #E608E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608E9 is #19F716. Grayscale: #636363. Windows color (decimal): -1701655 or 15272166. OLE color: 15272166.

HSL color Cylindrical-coordinate representation of color #E608E9: hue angle of 299.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608E9 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2308233-
CMYK0.010.9700.09
HSL299.2º93.36%47.25%-
HSV(B)299.2º96.57%91.37%-
XYZ47.4322.8879.01-
YUV100.03203.05220.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.83%
GREEN value IS 8 (3.52% from 255) = 1.70%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=48.83%
G=1.70%
B=49.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23082330.010.9700.09299.293.3647.25
HexE68E91610912b5d2f
Octal34610351114101145313557
Binary1110011010001110100111100001010011001010111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E608E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E608E9; }

 p { color: rgb(230,8,233); }

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

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

 a { background-color: rgb(230,8,233); }

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

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

 span { border-color: rgb(230,8,233); }

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