Shades of Pink Flamingo #EA36FF
Tints of Pink Flamingo #EA36FF
RGB
CMYK
RGB Variations
Color information
#EA36FF (or 0xEA36FF) is known color: Pink Flamingo. HEX triplet: EA, 36 and FF. RGB value is (234,54,255). Sum of RGB (Red+Green+Blue) = 234+54+255=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 54 (21.48% from 255 or 9.94% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA36FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA36FF is #15C900. Grayscale: #828282. Windows color (decimal): -1427713 or 16725738. OLE color: 16725738.
HSL color Cylindrical-coordinate representation of color #EA36FF: hue angle of 293.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA36FF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 54 | 255 | - |
| CMYK | 0.08 | 0.79 | 0 | 0 |
| HSL | 293.73º | 1% | 0.61% | - |
| HSV(B) | 293.73º | 0.79% | 1% | - |
| XYZ | 53.3 | 27.35 | 97.08 | - |
| YUV | 130.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 54 | 255 | 0.08 | 0.79 | 0 | 0 | 293.73 | 1 | 0.61 |
| Hex | EA | 36 | FF | 8 | 4F | 0 | 0 | 126 | 64 | 3D |
| Octal | 352 | 66 | 377 | 10 | 117 | 0 | 0 | 446 | 144 | 75 |
| Binary | 11101010 | 110110 | 11111111 | 1000 | 1001111 | 0 | 0 | 100100110 | 1100100 | 111101 |
Color Harmonies of #EA36FF
Complementary color
Monochromatic Colors of #EA36FF
Black with #EA36FF
Text Example
Text Example
White with #EA36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA36FF; }
p { color: rgb(234,54,255); }
H1.HeaderClassName
{
color: #EA36FF;
}
.AnyTagClassName
{
color: #EA36FF;
}
</style>
background-color css
<style>
a { background-color: #EA36FF; }
a { background-color: rgb(234,54,255); }
div.DivClassName
{
background-color: #EA36FF;
}
.BgClassName
{
background-color: #EA36FF;
}
</style>
border-color css
<style>
span { border-color: #EA36FF; }
span { border-color: rgb(234,54,255); }
td.TdClassName
{
border-color: #EA36FF;
}
.TagClassName
{
border-color: #EA36FF;
}
</style>