Html Css Color HEX #E706FE Psychedelic Purple

📋 copy color: '#E706FE'

red 231 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #E706FE

Tints of Psychedelic Purple #E706FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.22%

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

R = 47.05%
G = 1.22%
B = 51.73%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E706FE (or 0xE706FE) is known color: Psychedelic Purple. HEX triplet: E7, 06 and FE. RGB value is (231,6,254). Sum of RGB (Red+Green+Blue) = 231+6+254=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #E706FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706FE is #18F901. Grayscale: #646464. Windows color (decimal): -1636610 or 16647911. OLE color: 16647911.

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

Color convert

RGB 231 6 254 -
CMYK 0.09 0.98 0 0.00
HSL 294.44º 0.99% 0.51% -
HSV(B) 294.44º 0.98% 1% -
XYZ 50.91 24.27 95.77 -
YUV 101.55 214.04 220.33 -
System Red Green Blue C M Y K H S L
Decimal 231 6 254 0.09 0.98 0 0.00 294.44 0.99 0.51
Hex E7 6 FE 9 62 0 0 126 63 33
Octal 347 6 376 11 142 0 0 446 143 63
Binary 11100111 110 11111110 1001 1100010 0 0 100100110 1100011 110011

Color Harmonies of #E706FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706FE

Black with #E706FE

Text Example


Text Example

White with #E706FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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