#EF45FD

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

Shades of Pink Flamingo #EF45FD

Tints of Pink Flamingo #EF45FD

Color information

#EF45FD (or 0xEF45FD) is unknown color: approx Pink Flamingo. HEX triplet: EF, 45 and FD. RGB value is (239,69,253). Sum of RGB (Red+Green+Blue) = 239+69+253=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF45FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF45FD is #10BA02. Grayscale: #8C8C8C. Windows color (decimal): -1096195 or 16598511. OLE color: 16598511.

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

Color convert

RGB23969253-
CMYK0.060.7300.01
HSL295.43º97.87%63.14%-
HSV(B)295.43º72.73%99.22%-
XYZ55.4529.795.74-
YUV140.81191.32198.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 69 (27.34% from 255) = 12.30%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=42.60%
G=12.30%
B=45.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239692530.060.7300.01295.4397.8763.14
HexEF45FD64901127623f
Octal35710537561110144714277
Binary111011111000101111111011101001001011001001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF45FD; }

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

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

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

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

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

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

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

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