#EF67F4

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

Shades of Pink Flamingo #EF67F4

Tints of Pink Flamingo #EF67F4

Color information

#EF67F4 (or 0xEF67F4) is unknown color: approx Pink Flamingo. HEX triplet: EF, 67 and F4. RGB value is (239,103,244). Sum of RGB (Red+Green+Blue) = 239+103+244=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF67F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67F4 is #10980B. Grayscale: #9F9F9F. Windows color (decimal): -1087500 or 16017391. OLE color: 16017391.

HSL color Cylindrical-coordinate representation of color #EF67F4: hue angle of 297.87º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF67F4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239103244-
CMYK0.020.5800.04
HSL297.87º86.5%68.04%-
HSV(B)297.87º57.79%95.69%-
XYZ56.7834.5889.27-
YUV159.74175.56184.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 103 (40.62% from 255) = 17.58%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=40.78%
G=17.58%
B=41.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2391032440.020.5800.04297.8786.568.04
HexEF67F423A0412a5744
Octal35714736427204452127104
Binary1110111111001111111010010111010010010010101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF67F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF67F4; }

 p { color: rgb(239,103,244); }

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

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

 a { background-color: rgb(239,103,244); }

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

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

 span { border-color: rgb(239,103,244); }

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