Shades of Pink Flamingo #EA3CFE
Tints of Pink Flamingo #EA3CFE
RGB
CMYK
RGB Variations
Color information
#EA3CFE (or 0xEA3CFE) is known color: Pink Flamingo. HEX triplet: EA, 3C and FE. RGB value is (234,60,254). Sum of RGB (Red+Green+Blue) = 234+60+254=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 60 (23.83% from 255 or 10.95% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3CFE is #15C301. Grayscale: #858585. Windows color (decimal): -1426178 or 16661738. OLE color: 16661738.
HSL color Cylindrical-coordinate representation of color #EA3CFE: hue angle of 293.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3CFE is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 60 | 254 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.00 |
| HSL | 293.81º | 0.99% | 0.62% | - |
| HSV(B) | 293.81º | 0.76% | 1% | - |
| XYZ | 53.44 | 27.88 | 96.33 | - |
| YUV | 134.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 60 | 254 | 0.08 | 0.76 | 0 | 0.00 | 293.81 | 0.99 | 0.62 |
| Hex | EA | 3C | FE | 8 | 4C | 0 | 0 | 126 | 63 | 3E |
| Octal | 352 | 74 | 376 | 10 | 114 | 0 | 0 | 446 | 143 | 76 |
| Binary | 11101010 | 111100 | 11111110 | 1000 | 1001100 | 0 | 0 | 100100110 | 1100011 | 111110 |
Color Harmonies of #EA3CFE
Complementary color
Monochromatic Colors of #EA3CFE
Black with #EA3CFE
Text Example
Text Example
White with #EA3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3CFE; }
p { color: rgb(234,60,254); }
H1.HeaderClassName
{
color: #EA3CFE;
}
.AnyTagClassName
{
color: #EA3CFE;
}
</style>
background-color css
<style>
a { background-color: #EA3CFE; }
a { background-color: rgb(234,60,254); }
div.DivClassName
{
background-color: #EA3CFE;
}
.BgClassName
{
background-color: #EA3CFE;
}
</style>
border-color css
<style>
span { border-color: #EA3CFE; }
span { border-color: rgb(234,60,254); }
td.TdClassName
{
border-color: #EA3CFE;
}
.TagClassName
{
border-color: #EA3CFE;
}
</style>