Html Css Color HEX #E706F1 Psychedelic Purple

📋 copy color: '#E706F1'

red 231 ◦ green 6 ◦ blue 241

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

Shades of Psychedelic Purple #E706F1

Tints of Psychedelic Purple #E706F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 48.33%
G = 1.26%
B = 50.42%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E706F1 (or 0xE706F1) is known color: Psychedelic Purple. HEX triplet: E7, 06 and F1. RGB value is (231,6,241). Sum of RGB (Red+Green+Blue) = 231+6+241=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #E706F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E706F1 is #18F90E. Grayscale: #636363. Windows color (decimal): -1636623 or 15795943. OLE color: 15795943.

HSL color Cylindrical-coordinate representation of color #E706F1: hue angle of 297.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E706F1 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 6 241 -
CMYK 0.04 0.98 0 0.05
HSL 297.45º 0.95% 0.48% -
HSV(B) 297.45º 0.98% 0.95% -
XYZ 48.9 23.47 85.17 -
YUV 100.07 207.54 221.39 -
System Red Green Blue C M Y K H S L
Decimal 231 6 241 0.04 0.98 0 0.05 297.45 0.95 0.48
Hex E7 6 F1 4 62 0 5 129 5F 30
Octal 347 6 361 4 142 0 5 451 137 60
Binary 11100111 110 11110001 100 1100010 0 101 100101001 1011111 110000

Color Harmonies of #E706F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706F1

Black with #E706F1

Text Example


Text Example

White with #E706F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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