#EF64EF

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

Shades of Pink Flamingo #EF64EF

Tints of Pink Flamingo #EF64EF

Color information

#EF64EF (or 0xEF64EF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 64 and EF. RGB value is (239,100,239). Sum of RGB (Red+Green+Blue) = 239+100+239=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 100 (39.45% from 255 or 17.30% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64EF is #109B10. Grayscale: #9C9C9C. Windows color (decimal): -1088273 or 15688943. OLE color: 15688943.

HSL color Cylindrical-coordinate representation of color #EF64EF: hue angle of 300º 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 #EF64EF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239100239-
CMYK00.5800.06
HSL300º81.29%66.47%-
HSV(B)300º58.16%93.73%-
XYZ55.7333.785.23-
YUV157.41174.05186.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 100 (39.45% from 255) = 17.30%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=41.35%
G=17.30%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910023900.5800.0630081.2966.47
HexEF64EF03A0612c5142
Octal35714435707206454121102
Binary111011111100100111011110111010011010010110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64EF; }

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

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

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

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

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

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

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

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