#EF64EE

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

Shades of Pink Flamingo #EF64EE

Tints of Pink Flamingo #EF64EE

Color information

#EF64EE (or 0xEF64EE) is unknown color: approx Pink Flamingo. HEX triplet: EF, 64 and EE. RGB value is (239,100,238). Sum of RGB (Red+Green+Blue) = 239+100+238=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64EE is #109B11. Grayscale: #9C9C9C. Windows color (decimal): -1088274 or 15623407. OLE color: 15623407.

HSL color Cylindrical-coordinate representation of color #EF64EE: hue angle of 300.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64EE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239100238-
CMYK00.580.000.06
HSL300.43º81.29%66.47%-
HSV(B)300.43º58.16%93.73%-
XYZ55.5933.6484.45-
YUV157.29173.55186.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 100 (39.45% from 255) = 17.33%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=41.42%
G=17.33%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910023800.580.000.06300.4381.2966.47
HexEF64EE03A0612c5142
Octal35714435607206454121102
Binary111011111100100111011100111010011010010110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64EE; }

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

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

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

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

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

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

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

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