#EF4DF7

Color #EF4DF7 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EF4DF7

Tints of Pink Flamingo #EF4DF7

Color information

#EF4DF7 (or 0xEF4DF7) is unknown color: approx Pink Flamingo. HEX triplet: EF, 4D and F7. RGB value is (239,77,247). Sum of RGB (Red+Green+Blue) = 239+77+247=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DF7 is #10B208. Grayscale: #909090. Windows color (decimal): -1094153 or 16207343. OLE color: 16207343.

HSL color Cylindrical-coordinate representation of color #EF4DF7: hue angle of 297.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4DF7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23977247-
CMYK0.030.6900.03
HSL297.18º91.4%63.53%-
HSV(B)297.18º68.83%96.86%-
XYZ55.0430.3790.96-
YUV144.82185.67195.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 77 (30.47% from 255) = 13.68%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=42.45%
G=13.68%
B=43.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal239772470.030.6900.03297.1891.463.53
HexEF4DF7345031295b40
Octal357115367310503451133100
Binary1110111110011011111011111100010101110010100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4DF7; }

 p { color: rgb(239,77,247); }

 H1.HeaderClassName
 {
   color: #EF4DF7;
 }
 .AnyTagClassName
 {
   color: #EF4DF7;
 }
</style>
background-color css

<style>
 a { background-color: #EF4DF7; }

 a { background-color: rgb(239,77,247); }

 div.DivClassName
 {
   background-color: #EF4DF7;
 }
 .BgClassName
 {
   background-color: #EF4DF7;
 }
</style>
border-color css

<style>
 span { border-color: #EF4DF7; }

 span { border-color: rgb(239,77,247); }

 td.TdClassName
 {
   border-color: #EF4DF7;
 }
 .TagClassName
 {
   border-color: #EF4DF7;
 }
</style>