#EF64F1

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

Shades of Pink Flamingo #EF64F1

Tints of Pink Flamingo #EF64F1

Color information

#EF64F1 (or 0xEF64F1) is unknown color: approx Pink Flamingo. HEX triplet: EF, 64 and F1. RGB value is (239,100,241). Sum of RGB (Red+Green+Blue) = 239+100+241=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF64F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64F1 is #109B0E. Grayscale: #9D9D9D. Windows color (decimal): -1088271 or 15820015. OLE color: 15820015.

HSL color Cylindrical-coordinate representation of color #EF64F1: hue angle of 299.15º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF64F1 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239100241-
CMYK0.010.5900.05
HSL299.15º83.43%66.86%-
HSV(B)299.15º58.51%94.51%-
XYZ56.0333.8286.79-
YUV157.64175.05186.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 100 (39.45% from 255) = 17.24%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=41.21%
G=17.24%
B=41.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2391002410.010.5900.05299.1583.4366.86
HexEF64F113B0512b5343
Octal35714436117305453123103
Binary111011111100100111100011111011010110010101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64F1; }

 p { color: rgb(239,100,241); }

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

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

 a { background-color: rgb(239,100,241); }

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

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

 span { border-color: rgb(239,100,241); }

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