Html Css Color HEX #E608E7 Psychedelic Purple

📋 copy color: '#E608E7'

red 230 ◦ green 8 ◦ blue 231

#E608E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E608E7

Tints of Psychedelic Purple #E608E7

RGB

 RED value IS 230 (90.23% from 255) = 49.04%

 GREEN value IS 8 (3.52% from 255) = 1.71%

 BLUE value IS 231 (90.63% from 255) = 49.25%

R = 49.04%
G = 1.71%
B = 49.25%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E608E7 (or 0xE608E7) is known color: Psychedelic Purple. HEX triplet: E6, 08 and E7. RGB value is (230,8,231). Sum of RGB (Red+Green+Blue) = 230+8+231=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #E608E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608E7 is #19F718. Grayscale: #636363. Windows color (decimal): -1701657 or 15141094. OLE color: 15141094.

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

Color convert

RGB 230 8 231 -
CMYK 0.00 0.97 0 0.09
HSL 299.73º 0.93% 0.47% -
HSV(B) 299.73º 0.97% 0.91% -
XYZ 47.14 22.77 77.51 -
YUV 99.8 202.05 220.87 -
System Red Green Blue C M Y K H S L
Decimal 230 8 231 0.00 0.97 0 0.09 299.73 0.93 0.47
Hex E6 8 E7 0 61 0 9 12C 5D 2F
Octal 346 10 347 0 141 0 11 454 135 57
Binary 11100110 1000 11100111 0 1100001 0 1001 100101100 1011101 101111

Color Harmonies of #E608E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608E7

Black with #E608E7

Text Example


Text Example

White with #E608E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608E7; }

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

 H1.HeaderClassName
 {
   color: #E608E7;
 }
 .AnyTagClassName
 {
   color: #E608E7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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