#E72BFB

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

Shades of Psychedelic Purple #E72BFB

Tints of Psychedelic Purple #E72BFB

Color information

#E72BFB (or 0xE72BFB) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 2B and FB. RGB value is (231,43,251). Sum of RGB (Red+Green+Blue) = 231+43+251=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 43 (17.19% from 255 or 8.19% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #E72BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72BFB is #18D404. Grayscale: #7A7A7A. Windows color (decimal): -1627141 or 16460775. OLE color: 16460775.

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

Color convert

RGB23143251-
CMYK0.080.8300.02
HSL294.23º96.3%57.65%-
HSV(B)294.23º82.87%98.43%-
XYZ51.2325.6893.52-
YUV122.92200.28205.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 43 (17.19% from 255) = 8.19%
BLUE value IS 251 (98.44% from 255) = 47.81%
R=44%
G=8.19%
B=47.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal231432510.080.8300.02294.2396.357.65
HexE72BFB85302126603a
Octal34753373101230244614072
Binary1110011110101111111011100010100110101001001101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72BFB; }

 p { color: rgb(231,43,251); }

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

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

 a { background-color: rgb(231,43,251); }

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

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

 span { border-color: rgb(231,43,251); }

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