Html Css Color HEX #E706FF Psychedelic Purple

📋 copy color: '#E706FF'

red 231 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #E706FF

Tints of Psychedelic Purple #E706FF

RGB

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

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

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

R = 46.95%
G = 1.22%
B = 51.83%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E706FF (or 0xE706FF) is known color: Psychedelic Purple. HEX triplet: E7, 06 and FF. RGB value is (231,6,255). Sum of RGB (Red+Green+Blue) = 231+6+255=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 6 (2.73% from 255 or 1.22% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E706FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706FF is #18F900. Grayscale: #646464. Windows color (decimal): -1636609 or 16713447. OLE color: 16713447.

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

Color convert

RGB 231 6 255 -
CMYK 0.09 0.98 0 0
HSL 294.22º 1% 0.51% -
HSV(B) 294.22º 0.98% 1% -
XYZ 51.07 24.34 96.61 -
YUV 101.66 214.54 220.25 -
System Red Green Blue C M Y K H S L
Decimal 231 6 255 0.09 0.98 0 0 294.22 1 0.51
Hex E7 6 FF 9 62 0 0 126 64 33
Octal 347 6 377 11 142 0 0 446 144 63
Binary 11100111 110 11111111 1001 1100010 0 0 100100110 1100100 110011

Color Harmonies of #E706FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706FF

Black with #E706FF

Text Example


Text Example

White with #E706FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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