#EB40FB

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

Shades of Pink Flamingo #EB40FB

Tints of Pink Flamingo #EB40FB

Color information

#EB40FB (or 0xEB40FB) is unknown color: approx Pink Flamingo. HEX triplet: EB, 40 and FB. RGB value is (235,64,251). Sum of RGB (Red+Green+Blue) = 235+64+251=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40FB is #14BF04. Grayscale: #878787. Windows color (decimal): -1359621 or 16466155. OLE color: 16466155.

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

Color convert

RGB23564251-
CMYK0.060.7500.02
HSL294.87º95.9%61.76%-
HSV(B)294.87º74.5%98.43%-
XYZ53.5128.2993.91-
YUV136.45192.65198.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 64 (25.39% from 255) = 11.64%
BLUE value IS 251 (98.44% from 255) = 45.64%
R=42.73%
G=11.64%
B=45.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235642510.060.7500.02294.8795.961.76
HexEB40FB64B02127603e
Octal35310037361130244714076
Binary1110101110000001111101111010010110101001001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB40FB; }

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

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

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

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

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

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

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

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