Shades of Pink Flamingo #EA3DFB
Tints of Pink Flamingo #EA3DFB
RGB
CMYK
RGB Variations
Color information
#EA3DFB (or 0xEA3DFB) is known color: Pink Flamingo. HEX triplet: EA, 3D and FB. RGB value is (234,61,251). Sum of RGB (Red+Green+Blue) = 234+61+251=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 61 (24.22% from 255 or 11.17% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3DFB is #15C204. Grayscale: #858585. Windows color (decimal): -1425925 or 16465386. OLE color: 16465386.
HSL color Cylindrical-coordinate representation of color #EA3DFB: hue angle of 294.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3DFB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 61 | 251 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.02 |
| HSL | 294.63º | 0.96% | 0.61% | - |
| HSV(B) | 294.63º | 0.76% | 0.98% | - |
| XYZ | 53.01 | 27.79 | 93.84 | - |
| YUV | 134.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 251 | 0.07 | 0.76 | 0 | 0.02 | 294.63 | 0.96 | 0.61 |
| Hex | EA | 3D | FB | 7 | 4C | 0 | 2 | 127 | 60 | 3D |
| Octal | 352 | 75 | 373 | 7 | 114 | 0 | 2 | 447 | 140 | 75 |
| Binary | 11101010 | 111101 | 11111011 | 111 | 1001100 | 0 | 10 | 100100111 | 1100000 | 111101 |
Color Harmonies of #EA3DFB
Complementary color
Monochromatic Colors of #EA3DFB
Black with #EA3DFB
Text Example
Text Example
White with #EA3DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3DFB; }
p { color: rgb(234,61,251); }
H1.HeaderClassName
{
color: #EA3DFB;
}
.AnyTagClassName
{
color: #EA3DFB;
}
</style>
background-color css
<style>
a { background-color: #EA3DFB; }
a { background-color: rgb(234,61,251); }
div.DivClassName
{
background-color: #EA3DFB;
}
.BgClassName
{
background-color: #EA3DFB;
}
</style>
border-color css
<style>
span { border-color: #EA3DFB; }
span { border-color: rgb(234,61,251); }
td.TdClassName
{
border-color: #EA3DFB;
}
.TagClassName
{
border-color: #EA3DFB;
}
</style>