#EB4BFD

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

Shades of Pink Flamingo #EB4BFD

Tints of Pink Flamingo #EB4BFD

Color information

#EB4BFD (or 0xEB4BFD) is unknown color: approx Pink Flamingo. HEX triplet: EB, 4B and FD. RGB value is (235,75,253). Sum of RGB (Red+Green+Blue) = 235+75+253=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 75 (29.69% from 255 or 13.32% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB4BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4BFD is #14B402. Grayscale: #8E8E8E. Windows color (decimal): -1356803 or 16600043. OLE color: 16600043.

HSL color Cylindrical-coordinate representation of color #EB4BFD: hue angle of 293.93º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4BFD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23575253-
CMYK0.070.7000.01
HSL293.93º97.8%64.31%-
HSV(B)293.93º70.36%99.22%-
XYZ54.5129.7995.8-
YUV143.13190.01193.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 75 (29.69% from 255) = 13.32%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=41.74%
G=13.32%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal235752530.070.7000.01293.9397.864.31
HexEB4BFD746011266240
Octal353113375710601446142100
Binary1110101110010111111110111110001100110010011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4BFD; }

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

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

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

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

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

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

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

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