Shades of Pink Flamingo #EE5AF4
Tints of Pink Flamingo #EE5AF4
RGB
CMYK
RGB Variations
Color information
#EE5AF4 (or 0xEE5AF4) is known color: Pink Flamingo. HEX triplet: EE, 5A and F4. RGB value is (238,90,244). Sum of RGB (Red+Green+Blue) = 238+90+244=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 90 (35.55% from 255 or 15.73% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE5AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5AF4 is #11A50B. Grayscale: #979797. Windows color (decimal): -1156364 or 16014062. OLE color: 16014062.
HSL color Cylindrical-coordinate representation of color #EE5AF4: hue angle of 297.66º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5AF4 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 90 | 244 | - |
CMYK | 0.02 | 0.63 | 0 | 0.04 |
HSL | 297.66º | 0.88% | 0.65% | - |
HSV(B) | 297.66º | 0.63% | 0.96% | - |
XYZ | 55.25 | 32.02 | 88.86 | - |
YUV | 151.81 | 180.03 | 189.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 90 | 244 | 0.02 | 0.63 | 0 | 0.04 | 297.66 | 0.88 | 0.65 |
Hex | EE | 5A | F4 | 2 | 3F | 0 | 4 | 12A | 58 | 41 |
Octal | 356 | 132 | 364 | 2 | 77 | 0 | 4 | 452 | 130 | 101 |
Binary | 11101110 | 1011010 | 11110100 | 10 | 111111 | 0 | 100 | 100101010 | 1011000 | 1000001 |
Color Harmonies of #EE5AF4
Complementary color
Monochromatic Colors of #EE5AF4
Black with #EE5AF4
Text Example
Text Example
White with #EE5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AF4; }
p { color: rgb(238,90,244); }
H1.HeaderClassName
{
color: #EE5AF4;
}
.AnyTagClassName
{
color: #EE5AF4;
}
</style>
background-color css
<style>
a { background-color: #EE5AF4; }
a { background-color: rgb(238,90,244); }
div.DivClassName
{
background-color: #EE5AF4;
}
.BgClassName
{
background-color: #EE5AF4;
}
</style>
border-color css
<style>
span { border-color: #EE5AF4; }
span { border-color: rgb(238,90,244); }
td.TdClassName
{
border-color: #EE5AF4;
}
.TagClassName
{
border-color: #EE5AF4;
}
</style>