#EF67FD

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

Shades of Pink Flamingo #EF67FD

Tints of Pink Flamingo #EF67FD

Color information

#EF67FD (or 0xEF67FD) is unknown color: approx Pink Flamingo. HEX triplet: EF, 67 and FD. RGB value is (239,103,253). Sum of RGB (Red+Green+Blue) = 239+103+253=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67FD is #109802. Grayscale: #A0A0A0. Windows color (decimal): -1087491 or 16607215. OLE color: 16607215.

HSL color Cylindrical-coordinate representation of color #EF67FD: hue angle of 294.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF67FD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239103253-
CMYK0.060.5900.01
HSL294.4º97.4%69.8%-
HSV(B)294.4º59.29%99.22%-
XYZ58.1835.1496.65-
YUV160.76180.06183.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 103 (40.62% from 255) = 17.31%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=40.17%
G=17.31%
B=42.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391032530.060.5900.01294.497.469.8
HexEF67FD63B011266146
Octal35714737567301446141106
Binary111011111100111111111011101110110110010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF67FD; }

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

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

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

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

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

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

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

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