Html Css Color HEX #E708FE Psychedelic Purple

📋 copy color: '#E708FE'

red 231 ◦ green 8 ◦ blue 254

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

Shades of Psychedelic Purple #E708FE

Tints of Psychedelic Purple #E708FE

RGB

 RED value IS 231 (90.63% from 255) = 46.86%

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 46.86%
G = 1.62%
B = 51.52%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E708FE (or 0xE708FE) is known color: Psychedelic Purple. HEX triplet: E7, 08 and FE. RGB value is (231,8,254). Sum of RGB (Red+Green+Blue) = 231+8+254=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 8 (3.52% from 255 or 1.62% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E708FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E708FE is #18F701. Grayscale: #656565. Windows color (decimal): -1636098 or 16648423. OLE color: 16648423.

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

Color convert

RGB 231 8 254 -
CMYK 0.09 0.97 0 0.00
HSL 294.39º 0.99% 0.51% -
HSV(B) 294.39º 0.97% 1% -
XYZ 50.93 24.32 95.78 -
YUV 102.72 213.38 219.5 -
System Red Green Blue C M Y K H S L
Decimal 231 8 254 0.09 0.97 0 0.00 294.39 0.99 0.51
Hex E7 8 FE 9 61 0 0 126 63 33
Octal 347 10 376 11 141 0 0 446 143 63
Binary 11100111 1000 11111110 1001 1100001 0 0 100100110 1100011 110011

Color Harmonies of #E708FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E708FE

Black with #E708FE

Text Example


Text Example

White with #E708FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E708FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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