#EB4DF4

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

Shades of Pink Flamingo #EB4DF4

Tints of Pink Flamingo #EB4DF4

Color information

#EB4DF4 (or 0xEB4DF4) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4D and F4. RGB value is (235,77,244). Sum of RGB (Red+Green+Blue) = 235+77+244=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #EB4DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DF4 is #14B20B. Grayscale: #8E8E8E. Windows color (decimal): -1356300 or 16010731. OLE color: 16010731.

HSL color Cylindrical-coordinate representation of color #EB4DF4: hue angle of 296.77º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4DF4 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23577244-
CMYK0.040.6800.04
HSL296.77º88.36%62.94%-
HSV(B)296.77º68.44%95.69%-
XYZ53.2429.588.48-
YUV143.28184.85193.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 77 (30.47% from 255) = 13.85%
BLUE value IS 244 (95.70% from 255) = 43.88%
R=42.27%
G=13.85%
B=43.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235772440.040.6800.04296.7788.3662.94
HexEB4DF444404129583f
Octal35311536441040445113077
Binary11101011100110111110100100100010001001001010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4DF4; }

 p { color: rgb(235,77,244); }

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

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

 a { background-color: rgb(235,77,244); }

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

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

 span { border-color: rgb(235,77,244); }

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