#E752FC

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

Shades of Pink Flamingo #E752FC

Tints of Pink Flamingo #E752FC

Color information

#E752FC (or 0xE752FC) is unknown color: approx Pink Flamingo. HEX triplet: E7, 52 and FC. RGB value is (231,82,252). Sum of RGB (Red+Green+Blue) = 231+82+252=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E752FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FC is #18AD03. Grayscale: #919191. Windows color (decimal): -1617156 or 16536295. OLE color: 16536295.

HSL color Cylindrical-coordinate representation of color #E752FC: hue angle of 292.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E752FC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23182252-
CMYK0.080.6700.01
HSL292.59º96.59%65.49%-
HSV(B)292.59º67.46%98.82%-
XYZ53.5430.0595.07-
YUV145.93187.86188.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 82 (32.42% from 255) = 14.51%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=40.88%
G=14.51%
B=44.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231822520.080.6700.01292.5996.5965.49
HexE752FC843011256141
Octal3471223741010301445141101
Binary11100111101001011111100100010000110110010010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E752FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E752FC; }

 p { color: rgb(231,82,252); }

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

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

 a { background-color: rgb(231,82,252); }

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

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

 span { border-color: rgb(231,82,252); }

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