Html Css Color HEX #E706F8 Psychedelic Purple

📋 copy color: '#E706F8'

red 231 ◦ green 6 ◦ blue 248

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

Shades of Psychedelic Purple #E706F8

Tints of Psychedelic Purple #E706F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 47.63%
G = 1.24%
B = 51.13%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E706F8 (or 0xE706F8) is known color: Psychedelic Purple. HEX triplet: E7, 06 and F8. RGB value is (231,6,248). Sum of RGB (Red+Green+Blue) = 231+6+248=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #E706F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706F8 is #18F907. Grayscale: #646464. Windows color (decimal): -1636616 or 16254695. OLE color: 16254695.

HSL color Cylindrical-coordinate representation of color #E706F8: hue angle of 295.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E706F8 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 6 248 -
CMYK 0.07 0.98 0 0.03
HSL 295.79º 0.95% 0.5% -
HSV(B) 295.79º 0.98% 0.97% -
XYZ 49.96 23.9 90.79 -
YUV 100.86 211.04 220.82 -
System Red Green Blue C M Y K H S L
Decimal 231 6 248 0.07 0.98 0 0.03 295.79 0.95 0.5
Hex E7 6 F8 7 62 0 3 128 5F 32
Octal 347 6 370 7 142 0 3 450 137 62
Binary 11100111 110 11111000 111 1100010 0 11 100101000 1011111 110010

Color Harmonies of #E706F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706F8

Black with #E706F8

Text Example


Text Example

White with #E706F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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