#EF48FD

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

Shades of Pink Flamingo #EF48FD

Tints of Pink Flamingo #EF48FD

Color information

#EF48FD (or 0xEF48FD) is unknown color: approx Pink Flamingo. HEX triplet: EF, 48 and FD. RGB value is (239,72,253). Sum of RGB (Red+Green+Blue) = 239+72+253=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 72 (28.52% from 255 or 12.77% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF48FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF48FD is #10B702. Grayscale: #8E8E8E. Windows color (decimal): -1095427 or 16599279. OLE color: 16599279.

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

Color convert

RGB23972253-
CMYK0.060.7200.01
HSL295.36º97.84%63.73%-
HSV(B)295.36º71.54%99.22%-
XYZ55.6430.0895.8-
YUV142.57190.33196.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 72 (28.52% from 255) = 12.77%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=42.38%
G=12.77%
B=44.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal239722530.060.7200.01295.3697.8463.73
HexEF48FD648011276240
Octal357110375611001447142100
Binary1110111110010001111110111010010000110010011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF48FD; }

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

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

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

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

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

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

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

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