#EB4AFB

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

Shades of Pink Flamingo #EB4AFB

Tints of Pink Flamingo #EB4AFB

Color information

#EB4AFB (or 0xEB4AFB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4A and FB. RGB value is (235,74,251). Sum of RGB (Red+Green+Blue) = 235+74+251=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4AFB is #14B504. Grayscale: #8D8D8D. Windows color (decimal): -1357061 or 16468715. OLE color: 16468715.

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

Color convert

RGB23574251-
CMYK0.060.7100.02
HSL294.58º95.68%63.73%-
HSV(B)294.58º70.52%98.43%-
XYZ54.1229.5294.11-
YUV142.32189.34194.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 74 (29.30% from 255) = 13.21%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=41.96%
G=13.21%
B=44.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235742510.060.7100.02294.5895.6863.73
HexEB4AFB647021276040
Octal353112373610702447140100
Binary11101011100101011111011110100011101010010011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4AFB; }

 p { color: rgb(235,74,251); }

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

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

 a { background-color: rgb(235,74,251); }

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

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

 span { border-color: rgb(235,74,251); }

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