#EF3AFD

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

Shades of Pink Flamingo #EF3AFD

Tints of Pink Flamingo #EF3AFD

Color information

#EF3AFD (or 0xEF3AFD) is unknown color: approx Pink Flamingo. HEX triplet: EF, 3A and FD. RGB value is (239,58,253). Sum of RGB (Red+Green+Blue) = 239+58+253=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 58 (23.05% from 255 or 10.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF3AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3AFD is #10C502. Grayscale: #858585. Windows color (decimal): -1099011 or 16595695. OLE color: 16595695.

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

Color convert

RGB23958253-
CMYK0.060.7700.01
HSL295.69º97.99%60.98%-
HSV(B)295.69º77.08%99.22%-
XYZ54.8428.4795.53-
YUV134.35194.97202.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 58 (23.05% from 255) = 10.55%
BLUE value IS 253 (99.22% from 255) = 46%
R=43.45%
G=10.55%
B=46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239582530.060.7700.01295.6997.9960.98
HexEF3AFD64D01128623d
Octal3577237561150145014275
Binary11101111111010111111011101001101011001010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3AFD; }

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

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

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

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

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

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

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

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