#E756FA

Color #E756FA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #E756FA

Tints of Pink Flamingo #E756FA

Color information

#E756FA (or 0xE756FA) is unknown color: approx Pink Flamingo. HEX triplet: E7, 56 and FA. RGB value is (231,86,250). Sum of RGB (Red+Green+Blue) = 231+86+250=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 86 (33.98% from 255 or 15.17% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E756FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E756FA is #18A905. Grayscale: #939393. Windows color (decimal): -1616134 or 16406247. OLE color: 16406247.

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

Color convert

RGB23186250-
CMYK0.080.6600.02
HSL293.05º94.25%65.88%-
HSV(B)293.05º65.6%98.04%-
XYZ53.5430.5593.52-
YUV148.05185.54187.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 86 (33.98% from 255) = 15.17%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=40.74%
G=15.17%
B=44.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal231862500.080.6600.02293.0594.2565.88
HexE756FA842021255e42
Octal3471263721010202445136102
Binary111001111010110111110101000100001001010010010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E756FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E756FA; }

 p { color: rgb(231,86,250); }

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

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

 a { background-color: rgb(231,86,250); }

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

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

 span { border-color: rgb(231,86,250); }

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