#e726f2

Color #E726F2 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E726F2

Tints of Psychedelic Purple #E726F2

Color information

#E726F2 (or 0xE726F2) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 26 and F2. RGB value is (231,38,242). Sum of RGB (Red+Green+Blue) = 231+38+242=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 38 (15.23% from 255 or 7.44% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #E726F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726F2 is #18D90D. Grayscale: #767676. Windows color (decimal): -1628430 or 15869671. OLE color: 15869671.

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

Color convert

RGB23138242-
CMYK0.050.8400.05
HSL296.76º88.7%54.9%-
HSV(B)296.76º84.3%94.9%-
XYZ49.6824.7986.17-
YUV118.96197.44207.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 38 (15.23% from 255) = 7.44%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=45.21%
G=7.44%
B=47.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231382420.050.8400.05296.7688.754.9
HexE726F2554051295937
Octal3474636251240545113167
Binary1110011110011011110010101101010001011001010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e726f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e726f2; }

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

 H1.HeaderClassName
 {
   color: #e726f2;
 }
 .AnyTagClassName
 {
   color: #e726f2;
 }
</style>
background-color css

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

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

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

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

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

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