Html Css Color HEX #E726F7 Psychedelic Purple

📋 copy color: '#E726F7'

red 231 ◦ green 38 ◦ blue 247

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

Shades of Psychedelic Purple #E726F7

Tints of Psychedelic Purple #E726F7

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.36%

 BLUE value IS 247 (96.88% from 255) = 47.87%

R = 44.77%
G = 7.36%
B = 47.87%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E726F7 (or 0xE726F7) is known color: Psychedelic Purple. HEX triplet: E7, 26 and F7. RGB value is (231,38,247). Sum of RGB (Red+Green+Blue) = 231+38+247=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 38 (15.23% from 255 or 7.36% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #E726F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726F7 is #18D908. Grayscale: #767676. Windows color (decimal): -1628425 or 16197351. OLE color: 16197351.

HSL color Cylindrical-coordinate representation of color #E726F7: hue angle of 295.41º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E726F7 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 38 247 -
CMYK 0.06 0.85 0 0.03
HSL 295.41º 0.93% 0.56% -
HSV(B) 295.41º 0.85% 0.97% -
XYZ 50.44 25.09 90.18 -
YUV 119.53 199.94 207.51 -
System Red Green Blue C M Y K H S L
Decimal 231 38 247 0.06 0.85 0 0.03 295.41 0.93 0.56
Hex E7 26 F7 6 55 0 3 127 5D 38
Octal 347 46 367 6 125 0 3 447 135 70
Binary 11100111 100110 11110111 110 1010101 0 11 100100111 1011101 111000

Color Harmonies of #E726F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726F7

Black with #E726F7

Text Example


Text Example

White with #E726F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726F7; }

 p { color: rgb(231,38,247); }

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

background-color css

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

 a { background-color: rgb(231,38,247); }

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

border-color css

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

 span { border-color: rgb(231,38,247); }

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