Shades of Pink Flamingo #ED34FF
Tints of Pink Flamingo #ED34FF
RGB
CMYK
RGB Variations
Color information
#ED34FF (or 0xED34FF) is known color: Pink Flamingo. HEX triplet: ED, 34 and FF. RGB value is (237,52,255). Sum of RGB (Red+Green+Blue) = 237+52+255=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED34FF is #12CB00. Grayscale: #818181. Windows color (decimal): -1231617 or 16725229. OLE color: 16725229.
HSL color Cylindrical-coordinate representation of color #ED34FF: hue angle of 294.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED34FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 52 | 255 | - |
| CMYK | 0.07 | 0.80 | 0 | 0 |
| HSL | 294.68º | 1% | 0.6% | - |
| HSV(B) | 294.68º | 0.8% | 1% | - |
| XYZ | 54.2 | 27.68 | 97.09 | - |
| YUV | 130.46 | 198.29 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 255 | 0.07 | 0.80 | 0 | 0 | 294.68 | 1 | 0.6 |
| Hex | ED | 34 | FF | 7 | 50 | 0 | 0 | 127 | 64 | 3C |
| Octal | 355 | 64 | 377 | 7 | 120 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101101 | 110100 | 11111111 | 111 | 1010000 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #ED34FF
Complementary color
Monochromatic Colors of #ED34FF
Black with #ED34FF
Text Example
Text Example
White with #ED34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED34FF; }
p { color: rgb(237,52,255); }
H1.HeaderClassName
{
color: #ED34FF;
}
.AnyTagClassName
{
color: #ED34FF;
}
</style>
background-color css
<style>
a { background-color: #ED34FF; }
a { background-color: rgb(237,52,255); }
div.DivClassName
{
background-color: #ED34FF;
}
.BgClassName
{
background-color: #ED34FF;
}
</style>
border-color css
<style>
span { border-color: #ED34FF; }
span { border-color: rgb(237,52,255); }
td.TdClassName
{
border-color: #ED34FF;
}
.TagClassName
{
border-color: #ED34FF;
}
</style>