#EF5EF7

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

Shades of Pink Flamingo #EF5EF7

Tints of Pink Flamingo #EF5EF7

Color information

#EF5EF7 (or 0xEF5EF7) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5E and F7. RGB value is (239,94,247). Sum of RGB (Red+Green+Blue) = 239+94+247=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF5EF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EF7 is #10A108. Grayscale: #9A9A9A. Windows color (decimal): -1089801 or 16211695. OLE color: 16211695.

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

Color convert

RGB23994247-
CMYK0.030.6200.03
HSL296.86º90.53%66.86%-
HSV(B)296.86º61.94%96.86%-
XYZ56.3933.0791.41-
YUV154.8180.04188.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 94 (37.11% from 255) = 16.21%
BLUE value IS 247 (96.88% from 255) = 42.59%
R=41.21%
G=16.21%
B=42.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal239942470.030.6200.03296.8690.5366.86
HexEF5EF733E031295b43
Octal35713636737603451133103
Binary111011111011110111101111111111001110010100110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5EF7; }

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

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

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

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

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

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

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

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