#EF4FF8

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

Shades of Pink Flamingo #EF4FF8

Tints of Pink Flamingo #EF4FF8

Color information

#EF4FF8 (or 0xEF4FF8) is unknown color: approx Pink Flamingo. HEX triplet: EF, 4F and F8. RGB value is (239,79,248). Sum of RGB (Red+Green+Blue) = 239+79+248=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 79 (31.25% from 255 or 13.96% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #EF4FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FF8 is #10B007. Grayscale: #919191. Windows color (decimal): -1093640 or 16273391. OLE color: 16273391.

HSL color Cylindrical-coordinate representation of color #EF4FF8: hue angle of 296.8º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4FF8 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23979248-
CMYK0.040.6800.03
HSL296.8º92.35%64.12%-
HSV(B)296.8º68.15%97.25%-
XYZ55.3430.7291.82-
YUV146.11185.51194.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 79 (31.25% from 255) = 13.96%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=42.23%
G=13.96%
B=43.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal239792480.040.6800.03296.892.3564.12
HexEF4FF8444031295c40
Octal357117370410403451134100
Binary11101111100111111111000100100010001110010100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4FF8; }

 p { color: rgb(239,79,248); }

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

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

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

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

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

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

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