#EF3FFF

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

Shades of Pink Flamingo #EF3FFF

Tints of Pink Flamingo #EF3FFF

Color information

#EF3FFF (or 0xEF3FFF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 3F and FF. RGB value is (239,63,255). Sum of RGB (Red+Green+Blue) = 239+63+255=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 63 (25% from 255 or 11.31% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFF is #10C000. Grayscale: #888888. Windows color (decimal): -1097729 or 16728047. OLE color: 16728047.

HSL color Cylindrical-coordinate representation of color #EF3FFF: hue angle of 295º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3FFF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23963255-
CMYK0.060.7500
HSL295º100%62.35%-
HSV(B)295º75.29%100%-
XYZ55.4229.1397.31-
YUV137.51194.31200.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 63 (25% from 255) = 11.31%
BLUE value IS 255 (100% from 255) = 45.78%
R=42.91%
G=11.31%
B=45.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239632550.060.750029510062.35
HexEF3FFF64B00127643e
Octal3577737761130044714476
Binary11101111111111111111111101001011001001001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3FFF; }

 p { color: rgb(239,63,255); }

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

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

 a { background-color: rgb(239,63,255); }

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

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

 span { border-color: rgb(239,63,255); }

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