Html Css Color HEX #E608FA Psychedelic Purple

📋 copy color: '#E608FA'

red 230 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #E608FA

Tints of Psychedelic Purple #E608FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 47.13%
G = 1.64%
B = 51.23%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E608FA (or 0xE608FA) is known color: Psychedelic Purple. HEX triplet: E6, 08 and FA. RGB value is (230,8,250). Sum of RGB (Red+Green+Blue) = 230+8+250=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 8 (3.52% from 255 or 1.64% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #E608FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608FA is #19F705. Grayscale: #656565. Windows color (decimal): -1701638 or 16386278. OLE color: 16386278.

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

Color convert

RGB 230 8 250 -
CMYK 0.08 0.97 0 0.02
HSL 295.04º 0.96% 0.51% -
HSV(B) 295.04º 0.97% 0.98% -
XYZ 49.98 23.9 92.42 -
YUV 101.97 211.55 219.32 -
System Red Green Blue C M Y K H S L
Decimal 230 8 250 0.08 0.97 0 0.02 295.04 0.96 0.51
Hex E6 8 FA 8 61 0 2 127 60 33
Octal 346 10 372 10 141 0 2 447 140 63
Binary 11100110 1000 11111010 1000 1100001 0 10 100100111 1100000 110011

Color Harmonies of #E608FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608FA

Black with #E608FA

Text Example


Text Example

White with #E608FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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