#EB4DF5

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

Shades of Pink Flamingo #EB4DF5

Tints of Pink Flamingo #EB4DF5

Color information

#EB4DF5 (or 0xEB4DF5) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4D and F5. RGB value is (235,77,245). Sum of RGB (Red+Green+Blue) = 235+77+245=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DF5 is #14B20A. Grayscale: #8E8E8E. Windows color (decimal): -1356299 or 16076267. OLE color: 16076267.

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

Color convert

RGB23577245-
CMYK0.040.6900.04
HSL296.43º89.36%63.14%-
HSV(B)296.43º68.57%96.08%-
XYZ53.429.5689.28-
YUV143.39185.35193.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 77 (30.47% from 255) = 13.82%
BLUE value IS 245 (96.09% from 255) = 43.99%
R=42.19%
G=13.82%
B=43.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235772450.040.6900.04296.4389.3663.14
HexEB4DF544504128593f
Octal35311536541050445013177
Binary11101011100110111110101100100010101001001010001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4DF5; }

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

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

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

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

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

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

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

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