Html Css Color HEX #E608FF Psychedelic Purple

📋 copy color: '#E608FF'

red 230 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #E608FF

Tints of Psychedelic Purple #E608FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 46.65%
G = 1.62%
B = 51.72%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E608FF (or 0xE608FF) is known color: Psychedelic Purple. HEX triplet: E6, 08 and FF. RGB value is (230,8,255). Sum of RGB (Red+Green+Blue) = 230+8+255=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 8 (3.52% from 255 or 1.62% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E608FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608FF is #19F700. Grayscale: #656565. Windows color (decimal): -1701633 or 16713958. OLE color: 16713958.

HSL color Cylindrical-coordinate representation of color #E608FF: hue angle of 293.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E608FF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 8 255 -
CMYK 0.10 0.97 0 0
HSL 293.93º 1% 0.52% -
HSV(B) 293.93º 0.97% 1% -
XYZ 50.77 24.22 96.61 -
YUV 102.54 214.05 218.92 -
System Red Green Blue C M Y K H S L
Decimal 230 8 255 0.10 0.97 0 0 293.93 1 0.52
Hex E6 8 FF A 61 0 0 126 64 34
Octal 346 10 377 12 141 0 0 446 144 64
Binary 11100110 1000 11111111 1010 1100001 0 0 100100110 1100100 110100

Color Harmonies of #E608FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608FF

Black with #E608FF

Text Example


Text Example

White with #E608FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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