Shades of Pink Flamingo #EB5EFC
Tints of Pink Flamingo #EB5EFC
RGB
CMYK
RGB Variations
Color information
#EB5EFC (or 0xEB5EFC) is known color: Pink Flamingo. HEX triplet: EB, 5E and FC. RGB value is (235,94,252). Sum of RGB (Red+Green+Blue) = 235+94+252=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5EFC is #14A103. Grayscale: #999999. Windows color (decimal): -1351940 or 16539371. OLE color: 16539371.
HSL color Cylindrical-coordinate representation of color #EB5EFC: hue angle of 293.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5EFC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 94 | 252 | - |
CMYK | 0.07 | 0.63 | 0 | 0.01 |
HSL | 293.54º | 0.96% | 0.68% | - |
HSV(B) | 293.54º | 0.63% | 0.99% | - |
XYZ | 55.83 | 32.7 | 95.46 | - |
YUV | 154.17 | 183.21 | 185.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 94 | 252 | 0.07 | 0.63 | 0 | 0.01 | 293.54 | 0.96 | 0.68 |
Hex | EB | 5E | FC | 7 | 3F | 0 | 1 | 126 | 60 | 44 |
Octal | 353 | 136 | 374 | 7 | 77 | 0 | 1 | 446 | 140 | 104 |
Binary | 11101011 | 1011110 | 11111100 | 111 | 111111 | 0 | 1 | 100100110 | 1100000 | 1000100 |
Color Harmonies of #EB5EFC
Complementary color
Monochromatic Colors of #EB5EFC
Black with #EB5EFC
Text Example
Text Example
White with #EB5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5EFC; }
p { color: rgb(235,94,252); }
H1.HeaderClassName
{
color: #EB5EFC;
}
.AnyTagClassName
{
color: #EB5EFC;
}
</style>
background-color css
<style>
a { background-color: #EB5EFC; }
a { background-color: rgb(235,94,252); }
div.DivClassName
{
background-color: #EB5EFC;
}
.BgClassName
{
background-color: #EB5EFC;
}
</style>
border-color css
<style>
span { border-color: #EB5EFC; }
span { border-color: rgb(235,94,252); }
td.TdClassName
{
border-color: #EB5EFC;
}
.TagClassName
{
border-color: #EB5EFC;
}
</style>