Shades of Pink Flamingo #EA42FD
Tints of Pink Flamingo #EA42FD
RGB
CMYK
RGB Variations
Color information
#EA42FD (or 0xEA42FD) is known color: Pink Flamingo. HEX triplet: EA, 42 and FD. RGB value is (234,66,253). Sum of RGB (Red+Green+Blue) = 234+66+253=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA42FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA42FD is #15BD02. Grayscale: #888888. Windows color (decimal): -1424643 or 16597738. OLE color: 16597738.
HSL color Cylindrical-coordinate representation of color #EA42FD: hue angle of 293.9º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA42FD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 66 | 253 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.01 |
| HSL | 293.9º | 0.98% | 0.63% | - |
| HSV(B) | 293.9º | 0.74% | 0.99% | - |
| XYZ | 53.61 | 28.48 | 95.6 | - |
| YUV | 137.55 | 193.16 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 253 | 0.08 | 0.74 | 0 | 0.01 | 293.9 | 0.98 | 0.63 |
| Hex | EA | 42 | FD | 8 | 4A | 0 | 1 | 126 | 62 | 3F |
| Octal | 352 | 102 | 375 | 10 | 112 | 0 | 1 | 446 | 142 | 77 |
| Binary | 11101010 | 1000010 | 11111101 | 1000 | 1001010 | 0 | 1 | 100100110 | 1100010 | 111111 |
Color Harmonies of #EA42FD
Complementary color
Monochromatic Colors of #EA42FD
Black with #EA42FD
Text Example
Text Example
White with #EA42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA42FD; }
p { color: rgb(234,66,253); }
H1.HeaderClassName
{
color: #EA42FD;
}
.AnyTagClassName
{
color: #EA42FD;
}
</style>
background-color css
<style>
a { background-color: #EA42FD; }
a { background-color: rgb(234,66,253); }
div.DivClassName
{
background-color: #EA42FD;
}
.BgClassName
{
background-color: #EA42FD;
}
</style>
border-color css
<style>
span { border-color: #EA42FD; }
span { border-color: rgb(234,66,253); }
td.TdClassName
{
border-color: #EA42FD;
}
.TagClassName
{
border-color: #EA42FD;
}
</style>