#EF67EC

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

Shades of Pink Flamingo #EF67EC

Tints of Pink Flamingo #EF67EC

Color information

#EF67EC (or 0xEF67EC) is unknown color: approx Pink Flamingo. HEX triplet: EF, 67 and EC. RGB value is (239,103,236). Sum of RGB (Red+Green+Blue) = 239+103+236=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 103 (40.62% from 255 or 17.82% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67EC is #109813. Grayscale: #9E9E9E. Windows color (decimal): -1087508 or 15493103. OLE color: 15493103.

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

Color convert

RGB239103236-
CMYK00.570.010.06
HSL301.32º80.95%67.06%-
HSV(B)301.32º56.9%93.73%-
XYZ55.5934.1183.01-
YUV158.83171.56185.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 103 (40.62% from 255) = 17.82%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=41.35%
G=17.82%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910323600.570.010.06301.3280.9567.06
HexEF67EC0391612d5143
Octal35714735407116455121103
Binary111011111100111111011000111001111010010110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF67EC; }

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

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

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

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

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

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

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

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