Html Css Color HEX #E706FA Psychedelic Purple

📋 copy color: '#E706FA'

red 231 ◦ green 6 ◦ blue 250

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

Shades of Psychedelic Purple #E706FA

Tints of Psychedelic Purple #E706FA

RGB

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

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

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

R = 47.43%
G = 1.23%
B = 51.33%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E706FA (or 0xE706FA) is known color: Psychedelic Purple. HEX triplet: E7, 06 and FA. RGB value is (231,6,250). Sum of RGB (Red+Green+Blue) = 231+6+250=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 6 (2.73% from 255 or 1.23% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #E706FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706FA is #18F905. Grayscale: #646464. Windows color (decimal): -1636614 or 16385767. OLE color: 16385767.

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

Color convert

RGB 231 6 250 -
CMYK 0.08 0.98 0 0.02
HSL 295.33º 0.96% 0.5% -
HSV(B) 295.33º 0.98% 0.98% -
XYZ 50.28 24.02 92.43 -
YUV 101.09 212.04 220.66 -
System Red Green Blue C M Y K H S L
Decimal 231 6 250 0.08 0.98 0 0.02 295.33 0.96 0.5
Hex E7 6 FA 8 62 0 2 127 60 32
Octal 347 6 372 10 142 0 2 447 140 62
Binary 11100111 110 11111010 1000 1100010 0 10 100100111 1100000 110010

Color Harmonies of #E706FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706FA

Black with #E706FA

Text Example


Text Example

White with #E706FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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