#EB4BF8

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

Shades of Pink Flamingo #EB4BF8

Tints of Pink Flamingo #EB4BF8

Color information

#EB4BF8 (or 0xEB4BF8) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4B and F8. RGB value is (235,75,248). Sum of RGB (Red+Green+Blue) = 235+75+248=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB4BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4BF8 is #14B407. Grayscale: #8E8E8E. Windows color (decimal): -1356808 or 16272363. OLE color: 16272363.

HSL color Cylindrical-coordinate representation of color #EB4BF8: hue angle of 295.49º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4BF8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23575248-
CMYK0.050.7000.03
HSL295.49º92.51%63.33%-
HSV(B)295.49º69.76%97.25%-
XYZ53.7229.4791.66-
YUV142.56187.51193.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 75 (29.69% from 255) = 13.44%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=42.11%
G=13.44%
B=44.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235752480.050.7000.03295.4992.5163.33
HexEB4BF8546031275d3f
Octal35311337051060344713577
Binary1110101110010111111100010110001100111001001111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4BF8; }

 p { color: rgb(235,75,248); }

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

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

 a { background-color: rgb(235,75,248); }

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

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

 span { border-color: rgb(235,75,248); }

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